This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit cef10d027b9cb91165e8c1ee7cccffdc6b38baf0
Author: Josh Boyer <jwbo...@redhat.com>
Date:   Wed Jun 13 14:11:50 2012 -0400

    Add a path to ignore-files.sh invocation in sysfs-perms
---
 default/sysfs-perms/runtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default/sysfs-perms/runtest.sh b/default/sysfs-perms/runtest.sh
index 730f5e0..69f5e6b 100755
--- a/default/sysfs-perms/runtest.sh
+++ b/default/sysfs-perms/runtest.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-COUNT=$(find /sys -type f -perm 666 | ignore-files.sh | wc -l)
+COUNT=$(find /sys -type f -perm 666 | ./ignore-files.sh | wc -l)
 
 if [ "$COUNT" != "0" ]; then
        echo Found world-writable files in sysfs.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list
kernel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/kernel@lists.fedoraproject.org

Reply via email to