diff options
Diffstat (limited to 'test/rules-test.sh')
-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'` |