summaryrefslogtreecommitdiff
path: root/test/udev-test.pl
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-10 18:26:09 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:31:07 -0700
commitf22e9686fd4f8e602e8dc11a4b06765206f26edf (patch)
tree3d99beeb2bd964051aff5b6f6c6fe7d938b3a479 /test/udev-test.pl
parent27753a3cf74f9d665728e0e2c483435b1d72721f (diff)
[PATCH] udevstart: simplify "dev" file searching
Just stat() the "dev" file in the device directory instead of opening the directory and iterating over all entries. Make udevstart work with the settings in with udev.conf so we can run a test program. Add a test for udevstart. Remove changelog stuff from code. We should never start with this silly thing.
Diffstat (limited to 'test/udev-test.pl')
-rw-r--r--test/udev-test.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 5a519ef13b..992fc0019a 100644
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -14,14 +14,8 @@
# After creation and removal the result is checked against the
# expected value and the result is printed.
#
-# happy testing,
# Kay Sievers <kay.sievers@vrfy.org>, 2003
-#
-# Modified April 9, 2004 by Leann Ogasawara <ogasawara@osdl.org>
-# - expanded @tests array to add more symlinks and permissions tests
-# - some of the symlinks tests also test lack of node creation
-# - added symlink_test() function
-# - moved permissions and major_minor tests into their own functions
+# Leann Ogasawara <ogasawara@osdl.org>, 2004
use warnings;
use strict;