X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/48c930db6aaa1559f0d25030c0a9691170fe715c..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/t/t0001-subdir-branches.sh?ds=sidebyside diff --git a/t/t0001-subdir-branches.sh b/t/t0001-subdir-branches.sh index 3f7962a..5ea787e 100755 --- 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 && - git add foo.txt && + stg add foo.txt && stg new foo -m "Add foo.txt" && stg refresh'