Skip to content

Commit 008b9eb

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 5501b4a commit 008b9eb

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)