]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5401-update-hooks.sh
t/: Use "test_must_fail git" instead of "! git"
[thirdparty/git.git] / t / t5401-update-hooks.sh
index 2fff3001530bdf3e6acc283042d432a0698cea03..ee769d6695ee91120671c485924d804f14c80424 100755 (executable)
@@ -61,7 +61,8 @@ EOF
 chmod u+x victim/.git/hooks/post-update
 
 test_expect_success push '
-    ! git-send-pack --force ./victim/.git master tofail >send.out 2>send.err
+       test_must_fail git-send-pack --force ./victim/.git \
+               master tofail >send.out 2>send.err
 '
 
 test_expect_success 'updated as expected' '