We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb7cc0 + 928f899 commit 725d41cCopy full SHA for 725d41c
1 file changed
t/t0014-alias.sh
@@ -52,10 +52,10 @@ test_expect_success 'looping aliases - deprecated builtins' '
52
#'
53
54
test_expect_success 'run-command formats empty args properly' '
55
- test_must_fail env GIT_TRACE=1 git frotz a "" b " " c 2>actual.raw &&
56
- sed -ne "/run_command:/s/.*trace: run_command: //p" actual.raw >actual &&
57
- echo "git-frotz a '\'''\'' b '\'' '\'' c" >expect &&
58
- 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
59
'
60
61
test_expect_success 'tracing a shell alias with arguments shows trace of prepared command' '
0 commit comments