diff options
Diffstat (limited to 't/t5401-update-hooks.sh')
-rwxr-xr-x | t/t5401-update-hooks.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t5401-update-hooks.sh b/t/t5401-update-hooks.sh index 0514056ca6..460c9fd7fe 100755 --- a/t/t5401-update-hooks.sh +++ b/t/t5401-update-hooks.sh @@ -51,12 +51,12 @@ test_expect_success 'hooks ran' ' test_expect_success 'update hook arguments' ' echo refs/heads/master $commit0 $commit1 | - diff -u - victim/.git/update.args + git diff - victim/.git/update.args ' test_expect_success 'post-update hook arguments' ' echo refs/heads/master | - diff -u - victim/.git/post-update.args + git diff - victim/.git/post-update.args ' test_expect_failure 'update hook stdin is /dev/null' ' |