Remove the assert in CommitData.parse() function
[stgit] / t / t1700-goto-top.sh
index 8f2d44a..618ebc7 100755 (executable)
@@ -19,7 +19,7 @@ test_expect_success \
        '
        stg new foo -m "Foo Patch" &&
        echo foo > test &&
-       git add test &&
+       stg add test &&
        stg refresh
        '