From eaa2a6fc84bc02c1356353f7364e976e46133e98 Mon Sep 17 00:00:00 2001 From: Nanako Shiraishi Date: Wed, 10 Sep 2008 06:25:25 +0900 Subject: [PATCH] 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 --- t/t9300-fast-import.sh | 80 +++++++++++++++++++++++++------------------------- t/t9301-fast-export.sh | 2 +- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index bd5d5af661..328444a306 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 <