diff --git a/test/test-bashisms.sh b/test/test-bashisms.sh new file mode 100755 index 000000000..a419ed797 --- /dev/null +++ b/test/test-bashisms.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# bashisms tests + +# Bring in testlib +. $(dirname "$0")/testlib.sh + +begin_test "ghe-* bashisms" +( + set -e + checkbashisms -f "$ROOTDIR/bin/ghe-"* +) +end_test