submodule: fixup nested submodules after moving the submodule
[gitweb.git] / t / t7001-mv.sh
index 6e5031f56fb4f211e0ba43911d4495b1bb0b5b62..bfe2c427f1359e44a12c80460f6cc4dca08be8da 100755 (executable)
@@ -491,7 +491,7 @@ test_expect_success 'moving a submodule in nested directories' '
        test_cmp expect actual
 '
 
-test_expect_failure 'moving nested submodules' '
+test_expect_success 'moving nested submodules' '
        git commit -am "cleanup commit" &&
        mkdir sub_nested_nested &&
        (cd sub_nested_nested &&