diff --git a/t/t0061-run-command.sh b/t/t0061-run-command.sh index 17e969df60..3982bbf9db 100755 --- a/t/t0061-run-command.sh +++ b/t/t0061-run-command.sh @@ -22,7 +22,7 @@ test_expect_success 'run_command can run a command' ' chmod +x hello.sh && test-run-command run-command ./hello.sh >actual 2>err && - test_cmp hello-script actual && + test_cmp_text hello-script actual && test_cmp empty err '