Commit Diff


commit - 5fe7b5c123dc6c89eef469130d89f90010102abb
commit + 342fc2e7fb95ddb5fbeec944db5e06f8b4e893ca
blob - b143b175ba57c7f7d737a4d889a1443338125495
blob + 1fb2fb415c412aa938e0c6a2b3660b8e507b7ba8
--- regress/cmdline/status.sh
+++ regress/cmdline/status.sh
@@ -330,10 +330,7 @@ test_status_shows_no_mods_after_complete_merge() {
 	local testroot=`test_init status_shows_no_mods_after_complete_merge 1`
 
 	# make this file larger than the usual blob buffer size of 8192
-	echo -n > $testroot/repo/numbers
-	for i in `jot 16384`; do
-		echo "$i" >> $testroot/repo/numbers
-	done
+	jot 16384 > $testroot/repo/numbers
 
 	(cd $testroot/repo && git add numbers)
 	git_commit $testroot/repo -m "added numbers file"