aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-29 02:00:17 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-29 02:00:17 +0200
commit438d4c3cd4b89381348f84ef9f8b8937814f8362 (patch)
treea7490a6be8c149fb785b80b817de2295dce9ccac /test
parentb03e89cfbaa1fdd0c32bbd54f2b450e17014b522 (diff)
downloadudev-438d4c3cd4b89381348f84ef9f8b8937814f8362.tar.gz
libudev: enumerate - split new() and scan()
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 27ff2a7c..d7357d71 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# udev-test
+# udev test
#
# Provides automated testing of the udev binary.
# The whole test is self contained in this file, except the matching sysfs tree.
@@ -14,7 +14,7 @@
# After creation and removal the result is checked against the
# expected value and the result is printed.
#
-# Copyright (C) 2004-2006 Kay Sievers <kay.sievers@vrfy.org>
+# Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
# Copyright (C) 2004 Leann Ogasawara <ogasawara@osdl.org>
use warnings;