chiark / gitweb /
Let "stg clean" use the new infrastructure
[stgit] / t / t1300-uncommit.sh
index 2e7ff211745d413bb2fee81080407444202fbea0..85408fdce8e8759219b5a44efca0598dac7b1327 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
        '
 
@@ -28,7 +28,7 @@ test_expect_success \
        '
        stg new bar -m "Bar Patch" &&
        echo bar > test &&
-       stg add test &&
+       git add test &&
        stg refresh
        '