We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d04cb86 + c5616ee commit dd30be5Copy full SHA for dd30be5
t/t0014-alias.sh
@@ -38,10 +38,10 @@ test_expect_success 'looping aliases - internal execution' '
38
#'
39
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
+ test_must_fail env GIT_TRACE=1 git frotz a "" b " " c 2>actual.raw &&
+ sed -ne "/run_command:/s/.*trace: run_command: //p" actual.raw >actual &&
+ echo "git-frotz a '\'''\'' b '\'' '\'' c" >expect &&
+ test_cmp expect actual
45
'
46
47
test_done
0 commit comments