stg series: Explain the list format better
[stgit] / t / t1700-goto-top.sh
index 618ebc7..8f2d44a 100755 (executable)
@@ -19,7 +19,7 @@ test_expect_success \
        '
        stg new foo -m "Foo Patch" &&
        echo foo > test &&
-       stg add test &&
+       git add test &&
        stg refresh
        '