test-sigtrace: fix OSX compatibility

"ls" has different exit code on OSX, add "|| false" to normalize it.
This commit is contained in:
Jun Wu 2017-03-08 22:38:23 -08:00
parent 143d13f6e3
commit 5c350fb239

View File

@ -42,6 +42,6 @@ Test the signal config option
$ hg signal USR1 || false
* (glob)
[1]
$ ls $TESTTMP/dump-*.log
$ ls $TESTTMP/dump-*.log || false
ls: * (glob)
[2]
[1]