X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/cfe14b4f807febe8be658138b8565579ead331a2..85b0588fae6d7baba9a2e49949c7e250cc66f2bc:/t/t0001-subdir-branches.sh diff --git a/t/t0001-subdir-branches.sh b/t/t0001-subdir-branches.sh index e464436..fac6339 100644 --- a/t/t0001-subdir-branches.sh +++ b/t/t0001-subdir-branches.sh @@ -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'