Skip to content

Commit 9a22b4d

Browse files
szedergitster
authored andcommitted
t0040-parse-options: remove leftover debugging
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8f9d80f commit 9a22b4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/t0040-parse-options.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ test_expect_success 'KEEP_UNKNOWN_OPT works' '
500500

501501
test_expect_success 'NO_INTERNAL_HELP works for -h' '
502502
test_expect_code 129 test-tool parse-options-flags --no-internal-help cmd -h 2>err &&
503-
cat err &&
504503
grep "^error: unknown switch \`h$SQ" err &&
505504
grep "^usage: " err
506505
'
@@ -509,7 +508,6 @@ for help_opt in help help-all
509508
do
510509
test_expect_success "NO_INTERNAL_HELP works for --$help_opt" "
511510
test_expect_code 129 test-tool parse-options-flags --no-internal-help cmd --$help_opt 2>err &&
512-
cat err &&
513511
grep '^error: unknown option \`'$help_opt\' err &&
514512
grep '^usage: ' err
515513
"

0 commit comments

Comments
 (0)