Skip to content

Commit

Permalink
Merge pull request #87 from mikemcquaid/bashisms-tests
Browse files Browse the repository at this point in the history
Add test to check for bashisms.
  • Loading branch information
MikeMcQuaid committed Jan 7, 2015
2 parents 9d3895c + 101cfb5 commit 5717ca3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/test-bashisms.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5717ca3

Please sign in to comment.