commit e39a17e2af24e9e217862e7c5221afe33a65aa24 from: Christian Weisgerber via: Thomas Adam date: Fri Oct 15 19:22:03 2021 UTC FreeBSD's ed(1) does not accept "0i"; use the equivalent "1i" instead commit - e4d8ab471fd458770ecd82894a7ffbd2a14797a8 commit + e39a17e2af24e9e217862e7c5221afe33a65aa24 blob - 2d72590bb4cccfd94b9d11567d69f4cec032c8e4 blob + c7079032a06bd016caf15e93d405a9c514da1792 --- regress/cmdline/histedit.sh +++ regress/cmdline/histedit.sh @@ -1932,7 +1932,7 @@ test_histedit_prepend_line() { got checkout $testroot/repo $testroot/wt > /dev/null ed "$testroot/wt/alpha" </dev/null 2>&1 -0i +1i first line . wq