Fix the t0001-subdir-branches.sh test
[stgit] / t / t0001-subdir-branches.sh
index e464436..fac6339 100644 (file)
@@ -14,7 +14,7 @@ containing slashes (that is, branches living in a subdirectory of
 test_expect_success 'Create a patch' \
   'stg init &&
    echo "foo" > foo.txt &&
-   stg add foo.txt &&
+   git add foo.txt &&
    stg new foo -m "Add foo.txt" &&
    stg refresh'