Skip to content

Commit dd30be5

Browse files
committed
Merge pull request #2655 from jglathe/jg/t0014_trace_extra_info
t/t0014: fix: eliminate additional lines from trace
2 parents d04cb86 + c5616ee commit dd30be5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t0014-alias.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ test_expect_success 'looping aliases - internal execution' '
3838
#'
3939

4040
test_expect_success 'run-command formats empty args properly' '
41-
test_must_fail env GIT_TRACE=1 git frotz a "" b " " c 2>actual.raw &&
42-
sed -ne "/run_command:/s/.*trace: run_command: //p" actual.raw >actual &&
43-
echo "git-frotz a '\'''\'' b '\'' '\'' c" >expect &&
44-
test_cmp expect actual
41+
test_must_fail env GIT_TRACE=1 git frotz a "" b " " c 2>actual.raw &&
42+
sed -ne "/run_command:/s/.*trace: run_command: //p" actual.raw >actual &&
43+
echo "git-frotz a '\'''\'' b '\'' '\'' c" >expect &&
44+
test_cmp expect actual
4545
'
4646

4747
test_done

0 commit comments

Comments
 (0)