Commit Diff


commit - 8c6fc1468a57de4851e137b55bda5cd838e2f759
commit + 5f94a4e005d31b60559a66dd5fa48b0ed7348d83
blob - ed77df82520d57a35def63dbe04ca0b4cc145444
blob + 68ef1ea4051342b29a662d86ab87e8a7f3705e1c
--- regress/cmdline/histedit.sh
+++ regress/cmdline/histedit.sh
@@ -1922,7 +1922,7 @@ test_histedit_prepend_line() {
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 
-	ed "$testroot/wt/alpha" <<EOF >/dev/null 2>&1
+	ed -s "$testroot/wt/alpha" <<EOF
 1i
 first line
 .
blob - af677fff9e318f5b61edce4c73ec63709b02fd53
blob + 9e3d4639d01241422b50bdddf316137ceb10d945
--- regress/cmdline/patch.sh
+++ regress/cmdline/patch.sh
@@ -773,7 +773,7 @@ test_patch_with_offset() {
 EOF
 
 	jot 100 > $testroot/wt/numbers
-	ed $testroot/wt/numbers <<EOF > /dev/null 2> /dev/null
+	ed -s "$testroot/wt/numbers" <<EOF
 1,10d
 50r !jot 20
 w