Remove the assert in CommitData.parse() function
[stgit] / t / t1302-repair-interop.sh
index 9fad3fa..cce3cf1 100755 (executable)
@@ -4,7 +4,7 @@ test_description='Test git/StGit interoperability with "stg repair"'
 
 test_expect_success 'Create some git-only history' '
     echo foo > foo.txt &&
-    git add foo.txt &&
+    stg add foo.txt &&
     git commit -a -m foo &&
     git tag foo-tag &&
     for i in 0 1 2 3 4; do