From: Nanako Shiraishi Date: Tue, 9 Sep 2008 21:25:25 +0000 (+0900) Subject: t9300, t9301: use "git fast-import/fast-export" without dash X-Git-Tag: v1.6.1-rc1~252 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eaa2a6fc84bc02c1356353f7364e976e46133e98;p=git.git t9300, t9301: use "git fast-import/fast-export" without dash Also use "git hash-object" and "git rev-parse" without dash. Signed-off-by: Nanako Shiraishi Signed-off-by: Junio C Hamano --- diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index bd5d5af66..328444a30 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -3,7 +3,7 @@ # Copyright (c) 2007 Shawn Pearce # -test_description='test git-fast-import utility' +test_description='test git fast-import utility' . ./test-lib.sh . "$TEST_DIRECTORY"/diff-lib.sh ;# test-lib chdir's into trash @@ -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 <