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 <