diff.c: color moved lines differently, plain mode
[gitweb.git] / t / t5580-clone-push-unc.sh
index 944730cddc0f7757ed8484ef37b06adc7fe422cd..b322c2f72202fbfda5c74f8d085744dd29c55fb3 100755 (executable)
@@ -45,7 +45,7 @@ test_expect_success push '
        test "$rev" = "$(git rev-parse --verify refs/heads/to-push)"
 '
 
-test_expect_failure 'remote nick cannot contain backslashes' '
+test_expect_success 'remote nick cannot contain backslashes' '
        BACKSLASHED="$(pwd | tr / \\\\)" &&
        git ls-remote "$BACKSLASHED" >out 2>err &&
        test_i18ngrep ! "unable to access" err