X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/89f647446f996f7846cbc56526451bf61a1a940c..67e5c1c662186cd78b193d87cecd1d3097b909da:/t/t1800-import.sh diff --git a/t/t1800-import.sh b/t/t1800-import.sh index ed10fa8..8c8c9a0 100755 --- a/t/t1800-import.sh +++ b/t/t1800-import.sh @@ -6,9 +6,7 @@ test_description='Test the import command' test_expect_success \ 'Initialize the StGIT repository' \ ' - for x in {do,di,da}{be,bi,bo}{dam,dim,dum}; do - echo $x - done > foo.txt && + cp ../t1800-import/foo.txt . && git add foo.txt && git commit -a -m "initial version" && stg init