##// END OF EJS Templates
tests: drop an unnecessary redirect to /dev/null...
Matt Harbison -
r39255:d7ac6daf default
parent child Browse files
Show More
@@ -1254,11 +1254,9 b' Broken disabled extension and command:'
1254 > def g():
1254 > def g():
1255 > pass
1255 > pass
1256 > EOF
1256 > EOF
1257 $ hg --config extensions.path=./path.py help foo > /dev/null
1257 $ hg --config extensions.path=./path.py help foo
1258 abort: no such help topic: foo (no-windows !)
1258 abort: no such help topic: foo
1259 (try 'hg help --keyword foo') (no-windows !)
1259 (try 'hg help --keyword foo')
1260 \x1b[0;31mabort: no such help topic: foo\x1b[0m (esc) (windows !)
1261 \x1b[0;31m(try 'hg help --keyword foo')\x1b[0m (esc) (windows !)
1262 [255]
1260 [255]
1263
1261
1264 $ cat > throw.py <<EOF
1262 $ cat > throw.py <<EOF
@@ -1480,11 +1480,9 b' Test -e / -c / -k combinations'
1480 Commands:
1480 Commands:
1481 $ hg help -c commit > /dev/null
1481 $ hg help -c commit > /dev/null
1482 $ hg help -e -c commit > /dev/null
1482 $ hg help -e -c commit > /dev/null
1483 $ hg help -e commit > /dev/null
1483 $ hg help -e commit
1484 abort: no such help topic: commit (no-windows !)
1484 abort: no such help topic: commit
1485 (try 'hg help --keyword commit') (no-windows !)
1485 (try 'hg help --keyword commit')
1486 \x1b[0;31mabort: no such help topic: commit\x1b[0m (esc) (windows !)
1487 \x1b[0;31m(try 'hg help --keyword commit')\x1b[0m (esc) (windows !)
1488 [255]
1486 [255]
1489
1487
1490 Test keyword search help
1488 Test keyword search help
General Comments 0
You need to be logged in to leave comments. Login now