comparison tests/test-histedit-edit.t @ 21930:a5168eb9b2bc stable

tests: cat error messages are different on Solaris
author Danek Duvall <danek.duvall@oracle.com>
date Mon, 21 Jul 2014 11:27:24 -0700
parents 37a3ac247c0d
children aa4a1672583e
comparison
equal deleted inserted replaced
21929:5bd11162c0a4 21930:a5168eb9b2bc
231 $ HGEDITOR="sh $TESTTMP/editor.sh" hg histedit tip --commands - 2>&1 << EOF | fixbundle 231 $ HGEDITOR="sh $TESTTMP/editor.sh" hg histedit tip --commands - 2>&1 << EOF | fixbundle
232 > mess 1fd3b2fe7754 f 232 > mess 1fd3b2fe7754 f
233 > EOF 233 > EOF
234 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 234 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
235 abort: emulating unexpected abort 235 abort: emulating unexpected abort
236 $ cat .hg/last-message.txt 236 $ test -f .hg/last-message.txt
237 cat: .hg/last-message.txt: No such file or directory
238 [1] 237 [1]
239 238
240 $ cat >> .hg/hgrc <<EOF 239 $ cat >> .hg/hgrc <<EOF
241 > [extensions] 240 > [extensions]
242 > commitfailure = ! 241 > commitfailure = !