aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-23 02:02:44 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-23 02:02:44 +0100
commite216e514cf0c3bc6352f43fa3a7ffad221200bca (patch)
tree0ebb4007064451265fc2a4b58ac7f82c6eb7011e /test
parentdb634679ad58b3205910c969ac5359b1d6f625ad (diff)
downloadudev-e216e514cf0c3bc6352f43fa3a7ffad221200bca.tar.gz
build argv[] for builtin commands
Diffstat (limited to 'test')
-rwxr-xr-xtest/rules-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rules-test.sh b/test/rules-test.sh
index 9d5a07c1..b98b69ab 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'`