diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 02:02:44 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 02:02:44 +0100 |
commit | e216e514cf0c3bc6352f43fa3a7ffad221200bca (patch) | |
tree | 0ebb4007064451265fc2a4b58ac7f82c6eb7011e /test | |
parent | db634679ad58b3205910c969ac5359b1d6f625ad (diff) |
build argv[] for builtin commands
Diffstat (limited to 'test')
-rwxr-xr-x | test/rules-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rules-test.sh b/test/rules-test.sh index 9d5a07c19e..b98b69aba8 100755 --- a/test/rules-test.sh +++ b/test/rules-test.sh @@ -14,4 +14,4 @@ type python >/dev/null 2>&1 || { exit 0 } -$srcdir/test/rule-syntax-check.py `find $srcdir/rules -type f` +$srcdir/test/rule-syntax-check.py `find $srcdir/rules -name '*.rules'` |