commit 5f94a4e005d31b60559a66dd5fa48b0ed7348d83 from: Omar Polo date: Fri Nov 18 12:28:43 2022 UTC regress: consistently use ed -s didn't know about -s when writing those tests; saves some output redirection. ok jamsek 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" </dev/null 2>&1 + ed -s "$testroot/wt/alpha" < $testroot/wt/numbers - ed $testroot/wt/numbers < /dev/null 2> /dev/null + ed -s "$testroot/wt/numbers" <