summaryrefslogtreecommitdiff
path: root/t/t0050-filesystem.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 20:27:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-22 20:27:06 (GMT)
commit08884f57f3a477328c5d9d7b7fb738e3bace33c7 (patch)
treef837ea5b90cfd4e125f677b6946af357db1ee626 /t/t0050-filesystem.sh
parent72ecc6ef53cb2906f5efab11fa6ab26c1729f233 (diff)
parentdecd3c0c28906cd53072ae534e0e23b4e7879371 (diff)
downloadgit-08884f57f3a477328c5d9d7b7fb738e3bace33c7.zip
git-08884f57f3a477328c5d9d7b7fb738e3bace33c7.tar.gz
git-08884f57f3a477328c5d9d7b7fb738e3bace33c7.tar.bz2
Merge branch 'rj/t0050-passes'
* rj/t0050-passes: t0050-*.sh: mark the rename (case change) test as passing
Diffstat (limited to 't/t0050-filesystem.sh')
-rwxr-xr-xt/t0050-filesystem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0050-filesystem.sh b/t/t0050-filesystem.sh
index 6b3cedc..988c392 100755
--- a/t/t0050-filesystem.sh
+++ b/t/t0050-filesystem.sh
@@ -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"
'