diff --git a/examples/c/bistromathic/bistromathic.test b/examples/c/bistromathic/bistromathic.test index d33b4e8f..0f0b7898 100755 --- a/examples/c/bistromathic/bistromathic.test +++ b/examples/c/bistromathic/bistromathic.test @@ -46,8 +46,7 @@ if diff perfect effective >/dev/null 2>&1; then elif diff ok effective >/dev/null 2>&1; then strip_prompt=true else - echo "SKIP: this is not the GNU Readline we expect" - exit 77 + skip "this is not the GNU Readline we expect" fi diff --git a/examples/c/reccalc/reccalc.test b/examples/c/reccalc/reccalc.test index 27716a24..124de6bc 100644 --- a/examples/c/reccalc/reccalc.test +++ b/examples/c/reccalc/reccalc.test @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -(seq 0) >/dev/null 2>&1 || exit 77 +(seq 0) >/dev/null 2>&1 || skip "gimme one seq" cat >input <