diff options
Diffstat (limited to '')
| -rwxr-xr-x | t/t0300-credentials.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t0300-credentials.sh b/t/t0300-credentials.sh index efed3ea295..6d44e7e5cc 100755 --- a/t/t0300-credentials.sh +++ b/t/t0300-credentials.sh @@ -372,8 +372,7 @@ test_expect_success 'helpers can abort the process' ' protocol=http host=example.com EOF - >expect && - test_cmp expect stdout && + test_must_be_empty stdout && cat >expect <<-\EOF && quit: get quit: protocol=http |
