config: make git_{config,parse}_maybe_bool equivalent
[gitweb.git] / t / t5534-push-signed.sh
index 591a26278d1e75d4a666c9ae88ed08ec9f1f7020..f88487bea2121ca3245b79592b786252b6935e7a 100755 (executable)
@@ -71,7 +71,7 @@ test_expect_success 'push --signed fails with a receiver without push certificat
        test_i18ngrep "the receiving end does not support" err
 '
 
-test_expect_failure 'push --signed=1 is accepted' '
+test_expect_success 'push --signed=1 is accepted' '
        prepare_dst &&
        mkdir -p dst/.git/hooks &&
        test_must_fail git push --signed=1 dst noop ff +noff 2>err &&