t/lib-git-svn: drop $remote_git_svn and $git_svn_id
[gitweb.git] / t / t7400-submodule-basic.sh
index f99f674ac795b7b55c5fc678257bd7365c71e62d..d48d63a6fd0d3f4480d3b42ae146326e7b11a56a 100755 (executable)
@@ -898,7 +898,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
                git init &&
                >file &&
                git add file &&
-               git commit -m "repo should not be empty"
+               git commit -m "repo should not be empty" &&
                git submodule deinit .
        )
 '