Skip to content

Commit 16fefc5

Browse files
jglathedscho
authored andcommitted
t0014: fix indentation
For some reason, this test case was indented with 4 spaces instead of 1 horizontal tab. The other test cases in the same test script are fine. Signed-off-by: Jens Glathe <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 177f3d3 commit 16fefc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t0014-alias.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ test_expect_success 'looping aliases - deprecated builtins' '
5252
#'
5353

5454
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
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
5959
'
6060

6161
test_expect_success 'tracing a shell alias with arguments shows trace of prepared command' '

0 commit comments

Comments
 (0)