t7503: does pre-commit-hook learn authorship?
[gitweb.git] / t / t3600-rm.sh
index 66523bd8ba95b6075a06cb668e1eb5b0a0eff9f1..9fd28bcf3435f831fa24285dd703c82b8396d635 100755 (executable)
@@ -96,7 +96,7 @@ test_expect_success FUNNYNAMES \
     "git rm -f 'space embedded' 'tab   embedded' 'newline
 embedded'"
 
-test_expect_success RO_DIR 'Test that "git rm -f" fails if its rm fails' '
+test_expect_success SANITY 'Test that "git rm -f" fails if its rm fails' '
        chmod a-w . &&
        test_must_fail git rm -f baz &&
        chmod 775 .