commit 4ec2ae63130b434acdd2bf3204a61a8e38380644 from: Omar Polo via: Thomas Adam date: Wed Jul 20 13:48:39 2022 UTC regress: add missing return in error path commit - 4ff74dcfee7526b4f11621124178bee90acdbe08 commit + 4ec2ae63130b434acdd2bf3204a61a8e38380644 blob - 6e2a13a97a28b755c382b6b238a171507060d184 blob + 4a60f7b13a512e02e9e172534fe2b91a57574558 --- regress/cmdline/histedit.sh +++ regress/cmdline/histedit.sh @@ -2000,6 +2000,7 @@ test_histedit_mesg_invalid() { ret=$? if [ $ret -ne 0 ]; then test_done "$testroot" $ret + return 1 fi # try with a leading mesg