comparison tests/test-options.t @ 4185:9bce7e6c18b3

tests: remove a"| head -n 2" that just hides an error code The output from core used to be longer and it made sense, but no longer does. CORE-TEST-OUTPUT-UPDATE: 5199c5b6fd29
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 18 Oct 2018 21:59:24 -0700
parents ab3581bc0637
children cb39b767ad3c bf8638b5c526
comparison
equal deleted inserted replaced
4184:b9e0cc531b2b 4185:9bce7e6c18b3
22 > [experimental] 22 > [experimental]
23 > evolution=createmarkers 23 > evolution=createmarkers
24 > allowunstable 24 > allowunstable
25 > exchange 25 > exchange
26 > EOF 26 > EOF
27 $ hg prune | head -n 2 27 $ hg prune
28 hg: unknown command 'prune' 28 hg: unknown command 'prune'
29 (use 'hg help' for a list of commands) 29 (use 'hg help' for a list of commands)
30 [255]