chiark / gitweb /
stg-gitk: allow passing args to gitk; add --help.
[stgit] / t / t1800-import.sh
index ed10fa87e7d87321482947097b60af861cad708a..8c8c9a009f0184db8f73f9468cd1c3ffc8e3c35b 100755 (executable)
@@ -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