diff options
Diffstat (limited to 'test/topo_test')
-rw-r--r-- | test/topo_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/topo_test b/test/topo_test index 385f415893..18b2549b97 100644 --- a/test/topo_test +++ b/test/topo_test @@ -8,7 +8,7 @@ export SYSFS_PATH=$PWD/sys/ export UDEV_CONFIG_FILE=$PWD/$CONFIG cat > $RULES << EOF -TOPOLOGY, BUS="scsi", place="0:0:0:0", NAME="first_disk%n" +BUS="scsi", place="0:0:0:0", NAME="first_disk%n" EOF cat > $CONFIG << EOF |