mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
so they tested the wrong sh.
This was caused because these tests were committed after the sh -> ${SH}
change but were created before.
4 lines
66 B
Text
4 lines
66 B
Text
# $FreeBSD$
|
|
|
|
echo ':; fi' | ${SH} -n 2>/dev/null && exit 1
|
|
exit 0
|