+# And clips their numbers to avoid a misleading exit value.
+start_test "clips their numbers to avoid a misleading exit value"
+while read use want; do
+ r=0
+ #### Heirloom shell can't handle the backquote expression as the
+ #### argument: with set -e, it exits immediately.
+ textlines=`yes nonexistent | sed ${use}q`
+ mhparam $textlines || r=$?
+ run_test "echo $r" $want
+done <<\E
+119 119
+120 120
+121 120
+E
+
+# mhparam -debug
+start_test "-debug"