diff options
author | Stefan Beller <sbeller@google.com> | 2017-03-21 14:08:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-22 10:13:17 -0700 |
commit | 70471ed9bb204b3a6bdbcc466393565c3ee25bb8 (patch) | |
tree | b6eac077296b8ef807864d3653083449c33a52b6 | |
parent | 1f6b1afea00cdbc99114b88768aa5e617ff479df (diff) | |
download | git-70471ed9bb204b3a6bdbcc466393565c3ee25bb8.tar.gz |
t3600: rename test to describe its functionalitysb/t3600-rephrase
This was an oversight in 55856a35b2 (rm: absorb a submodules git dir
before deletion, 2016-12-27), as the body of the test changed without
adapting the test subject.
Signed-off-by: Stefan Beller <sbeller@google.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t3600-rm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3600-rm.sh b/t/t3600-rm.sh index 5aa6db584c..3c63455729 100755 --- a/t/t3600-rm.sh +++ b/t/t3600-rm.sh @@ -658,7 +658,7 @@ test_expect_success 'rm of a populated nested submodule with nested untracked fi test_cmp expect actual ' -test_expect_success 'rm of a populated nested submodule with a nested .git directory fails even when forced' ' +test_expect_success "rm absorbs submodule's nested .git directory" ' git reset --hard && git submodule update --recursive && (cd submod/subsubmod && |