Mercurial > hg
comparison tests/test-mq-qfold.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 | 635a8201e356 |
children | 3f948469bac0 |
comparison
equal
deleted
inserted
replaced
21929:5bd11162c0a4 | 21930:a5168eb9b2bc |
---|---|
180 $ rm -f .hg/last-message.txt | 180 $ rm -f .hg/last-message.txt |
181 $ HGEDITOR="sh $TESTTMP/editor.sh" hg qfold -e -m MESSAGE p3 | 181 $ HGEDITOR="sh $TESTTMP/editor.sh" hg qfold -e -m MESSAGE p3 |
182 refresh interrupted while patch was popped! (revert --all, qpush to recover) | 182 refresh interrupted while patch was popped! (revert --all, qpush to recover) |
183 abort: emulating unexpected abort | 183 abort: emulating unexpected abort |
184 [255] | 184 [255] |
185 $ cat .hg/last-message.txt | 185 $ test -f .hg/last-message.txt |
186 cat: .hg/last-message.txt: No such file or directory | |
187 [1] | 186 [1] |
188 | 187 |
189 (reset applied patches and directory status) | 188 (reset applied patches and directory status) |
190 | 189 |
191 $ cat >> .hg/hgrc <<EOF | 190 $ cat >> .hg/hgrc <<EOF |