diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-03 08:13:11 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | 3836a3c49a72b9ee0b092725628f30839f100c4f (patch) | |
tree | 1dde205597cba42a45583c9d4c6dad1541f5aab9 /test | |
parent | 9f1da3613897346b6a45e1f7a706d2315bc0f420 (diff) |
[PATCH] get rid of the majority of the debug environment variables.
Now there are only 3 valid environment test variables. The rest can be
specified with the config file.
Diffstat (limited to 'test')
-rw-r--r-- | test/label_test.rules | 3 | ||||
-rw-r--r-- | test/modifier_test.rules | 3 | ||||
-rw-r--r-- | test/replace_test.rules | 3 | ||||
-rw-r--r-- | test/topo_test.rules | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/test/label_test.rules b/test/label_test.rules deleted file mode 100644 index a6d1c1cb3e..0000000000 --- a/test/label_test.rules +++ /dev/null @@ -1,3 +0,0 @@ -# LABEL test -LABEL, BUS="scsi", vendor="IBM-ESXS", NAME="boot_disk%n" - diff --git a/test/modifier_test.rules b/test/modifier_test.rules deleted file mode 100644 index f63e02c3ac..0000000000 --- a/test/modifier_test.rules +++ /dev/null @@ -1,3 +0,0 @@ -# TOPO test -TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="Major:%M:minor:%m:kernelnumber:%n:bus:%b" - diff --git a/test/replace_test.rules b/test/replace_test.rules deleted file mode 100644 index 8fbfd18100..0000000000 --- a/test/replace_test.rules +++ /dev/null @@ -1,3 +0,0 @@ -# REPLACE test -REPLACE, KERNEL="ttyUSB0", NAME="visor" - diff --git a/test/topo_test.rules b/test/topo_test.rules deleted file mode 100644 index 72f03ee0b2..0000000000 --- a/test/topo_test.rules +++ /dev/null @@ -1,3 +0,0 @@ -# TOPO test -TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="first_disk%n" - |