File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ test_expect_success 'looping aliases - internal execution' '
38
38
# '
39
39
40
40
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
45
45
'
46
46
47
47
test_expect_success ' tracing a shell alias with arguments shows trace of prepared command' '
You can’t perform that action at this time.
0 commit comments