OSDN Git Service

t3600: rename test to describe its functionality
authorStefan Beller <sbeller@google.com>
Tue, 21 Mar 2017 21:08:02 +0000 (14:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Mar 2017 17:13:17 +0000 (10:13 -0700)
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>
t/t3600-rm.sh

index 5aa6db5..3c63455 100755 (executable)
@@ -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 &&