git-commit: replace use of home_config_paths()
[gitweb.git] / t / t0050-filesystem.sh
index 6b3cedcf24613b9c72c67b02c0b731db67055a26..988c3925d5e68be461b252675413671617e88809 100755 (executable)
@@ -64,7 +64,7 @@ test_expect_success "setup case tests" '
        git checkout -f master
 '
 
-$test_case 'rename (case change)' '
+test_expect_success 'rename (case change)' '
        git mv camelcase CamelCase &&
        git commit -m "rename"
 '