Commit Diff


commit - efdeb378ed78ffcf23edeaae3f1bbbc0562293ef
commit + 7a9950a80d85b9aa47ca5e135cd0eb94fbaa474c
blob - a5f38f86a9c1e1366cdab61194d81fc23aa6163c
blob + 020abd3a8da16edd2d75278716efc534d6c9325e
--- regress/cmdline/histedit.sh
+++ regress/cmdline/histedit.sh
@@ -1930,7 +1930,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