opnsense-src/tools/regression/bin/sh/errors/bad-keyword1.0
Jilles Tjoelker 2a3de776bf sh: Fix some tests that used sh instead of ${SH}
so they tested the wrong sh.

This was caused because these tests were committed after the sh -> ${SH}
change but were created before.
2010-12-12 21:18:16 +00:00

4 lines
66 B
Text

# $FreeBSD$
echo ':; fi' | ${SH} -n 2>/dev/null && exit 1
exit 0