summaryrefslogtreecommitdiff
path: root/src/tests/integration-test
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/integration-test')
-rwxr-xr-xsrc/tests/integration-test2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/integration-test b/src/tests/integration-test
index 47853e1..2fcc755 100755
--- a/src/tests/integration-test
+++ b/src/tests/integration-test
@@ -412,8 +412,6 @@ class UDisksTestCase(unittest.TestCase):
with open('/sys/bus/pseudo/drivers/scsi_debug/add_host', 'w') as f:
f.write('1') # generate a new drive
subprocess.call(['udevadm', 'settle'])
- with open('/sys/bus/pseudo/drivers/scsi_debug/ptype', 'w') as f:
- f.write('0')
ro_dirs = []
while len(ro_dirs) < 2: