Remove the assert in CommitData.parse() function
[stgit] / t / t2800-goto-subdir.sh
index 5960bd6..5ac77cc 100755 (executable)
@@ -13,7 +13,7 @@ test_expect_success 'Initialize StGit stack' '
     for i in 1 2 3; do
         echo foo$i >> foo/bar &&
         stg new p$i -m p$i &&
-        git add foo/bar &&
+        stg add foo/bar &&
         stg refresh
     done
 '