X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9300-fast-import.sh;h=328444a3068f5083e3d64e92e88660c724acffdc;hb=c9c6cc8d7db312b9e8502f8d55422b8309cde2f3;hp=1fc06c5a23b50d54c33755a9fce4ddd9ed3b9c79;hpb=0bb3a0ba9e3cbb283a747e4736bcf7484d076a73;p=git.git diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 1fc06c5a2..328444a30 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -3,9 +3,9 @@ # Copyright (c) 2007 Shawn Pearce # -test_description='test git-fast-import utility' +test_description='test git fast-import utility' . ./test-lib.sh -. ../diff-lib.sh ;# test-lib chdir's into trash +. "$TEST_DIRECTORY"/diff-lib.sh ;# test-lib chdir's into trash file2_data='file2 second line of EOF' @@ -59,7 +59,7 @@ M 755 :4 file4 INPUT_END test_expect_success \ 'A: create pack from stdin' \ - 'git-fast-import --export-marks=marks.out input <expect <output && test_cmp expect output' @@ -649,7 +649,7 @@ cat >expect <actual && compare_diff_raw expect actual' @@ -670,7 +670,7 @@ cat >expect <actual && compare_diff_raw expect actual' @@ -691,7 +691,7 @@ cat >expect <actual && compare_diff_raw expect actual' @@ -717,7 +717,7 @@ cat >expect <actual && compare_diff_raw expect actual' @@ -751,7 +751,7 @@ cat >expect <actual && compare_diff_raw expect actual' @@ -775,8 +775,8 @@ INPUT_END test_expect_success \ 'N: copy dirty subdirectory' \ - 'git-fast-import input <actual && @@ -914,7 +914,7 @@ progress I'm done! INPUT_END test_expect_success \ 'O: progress outputs as requested by input' \ - 'git-fast-import actual && + 'git fast-import actual && grep "progress " expect && test_cmp expect actual' @@ -979,7 +979,7 @@ INPUT_END test_expect_success \ 'P: supermodule & submodule mix' \ - 'git-fast-import input <input <input <