summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-12-22 12:27:06 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-12-22 12:27:06 -0800
commit08884f57f3a477328c5d9d7b7fb738e3bace33c7 (patch)
treef837ea5b90cfd4e125f677b6946af357db1ee626
parentMerge branch 'js/push-to-deploy' (diff)
parentt0050-*.sh: mark the rename (case change) test as passing (diff)
downloadtgif-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 6b3cedcf24..988c3925d5 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"
'