Skip to content

Commit 1e6e25c

Browse files
committed
fixup! t0061: Work around a line endings issue with newer versions of cat on MSYS
This reverts commit 57a35fd. test_cmp_text is not defined anymore and as of 4d715ac (Windows: a test_cmp that is agnostic to random LF <> CRLF conversions) this workaround is also not required anymore. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
1 parent e008904 commit 1e6e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0061-run-command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_expect_success 'run_command can run a command' '
2222
chmod +x hello.sh &&
2323
test-run-command run-command ./hello.sh >actual 2>err &&
2424
25-
test_cmp_text hello-script actual &&
25+
test_cmp hello-script actual &&
2626
test_cmp empty err
2727
'
2828

0 commit comments

Comments
 (0)