Remove the assert in CommitData.parse() function
[stgit] / t / t1701-goto-hidden.sh
index a3c6e62..19ab703 100755 (executable)
@@ -7,7 +7,7 @@ test_description='Test "stg goto" with hidden patches'
 test_expect_success 'Initialize StGit stack' '
     stg init &&
     echo foo > foo.txt &&
-    git add foo.txt &&
+    stg add foo.txt &&
     stg new -m hidden-patch &&
     stg refresh &&
     stg pop &&