Merge branch 'sb/diff-color-move-more'
[gitweb.git] / t / t7001-mv.sh
index 56ca467c0a18ed7267272eb288c86dec6b698909..36b50d0b4c1255408d57b4e8b583cfcd41ce9c0d 100755 (executable)
@@ -509,7 +509,7 @@ test_expect_success 'moving nested submodules' '
                touch nested_level1 &&
                git init &&
                git add . &&
-               git commit -m "nested level 1"
+               git commit -m "nested level 1" &&
                git submodule add ../sub_nested_nested &&
                git commit -m "add nested level 2"
        ) &&