fast-import: let importers retrieve blobs
[gitweb.git] / t / t1001-read-tree-m-2way.sh
index c28d79053aaee32253d39247b89ce994b6b89018..680d992f229cda9f1904240f593d66dc1cf3e32d 100755 (executable)
@@ -394,7 +394,7 @@ test_expect_success '-m references the correct modified tree' '
        echo >file-a &&
        echo >file-b &&
        git add file-a file-b &&
-       git commit -a -m "test for correct modified tree"
+       git commit -a -m "test for correct modified tree" &&
        git branch initial-mod &&
        echo b >file-b &&
        git commit -a -m "B" &&