diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:06 -0800 |
commit | 08884f57f3a477328c5d9d7b7fb738e3bace33c7 (patch) | |
tree | f837ea5b90cfd4e125f677b6946af357db1ee626 | |
parent | Merge branch 'js/push-to-deploy' (diff) | |
parent | t0050-*.sh: mark the rename (case change) test as passing (diff) | |
download | tgif-08884f57f3a477328c5d9d7b7fb738e3bace33c7.tar.xz |
Merge branch 'rj/t0050-passes'
* rj/t0050-passes:
t0050-*.sh: mark the rename (case change) test as passing
-rwxr-xr-x | t/t0050-filesystem.sh | 2 |
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" ' |