From 205d0cb456f7d253f6fcd0566528c1d2796f0be5 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 29 Aug 2007 14:50:58 +0200 Subject: [PATCH] Use /usr/bin/find instead of plain find. --- t/t9300-fast-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 0595041af5..a64f78f5a0 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -880,7 +880,7 @@ INPUT_END test_expect_success \ 'O: blank lines not necessary after other commands' \ 'git-fast-import actual && git diff expect actual'