aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 12:27:06 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-22 12:27:06 -0800
commit08884f57f3a477328c5d9d7b7fb738e3bace33c7 (patch)
treef837ea5b90cfd4e125f677b6946af357db1ee626
parent72ecc6ef53cb2906f5efab11fa6ab26c1729f233 (diff)
parentdecd3c0c28906cd53072ae534e0e23b4e7879371 (diff)
downloadgit-08884f57f3a477328c5d9d7b7fb738e3bace33c7.tar.gz
git-08884f57f3a477328c5d9d7b7fb738e3bace33c7.tar.xz
Merge branch 'rj/t0050-passes'
* rj/t0050-passes: t0050-*.sh: mark the rename (case change) test as passing
-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 6b3cedcf2..988c3925d 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"
'