Commit Diff


commit - 70f8f24dc5b689abd6265a71e787dfef79ba40cf
commit + c036d108ac767e1676aa3482997c193e0056c7e0
blob - 4639246145d93e24cbf89dd139a7c9891de5c9be
blob + 9b3e14a5ef5e69c05593264d58ab8c443af6b692
--- 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"