X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/16dcfb85fbcbb4a961ed18f8e69d3cc2387c33df..681f805ef4688c7ea450f5e72a15dad818809734:/t/t0001-subdir-branches.sh diff --git a/t/t0001-subdir-branches.sh b/t/t0001-subdir-branches.sh old mode 100644 new mode 100755 index e464436..fac6339 --- 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'