summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2014-05-13 17:17:24 +0200
committerRuediger Meier2014-05-13 17:38:41 +0200
commit07d9ed0a4065e9d3c2c3b8d406844f6f06a7fdc4 (patch)
tree5dfbb35d62efcaa3458869f38b0d11303443f21a /tests/functions.sh
parenttests: ts_scsi_debug_init must not run in a subshell (diff)
downloadkernel-qcow2-util-linux-07d9ed0a4065e9d3c2c3b8d406844f6f06a7fdc4.tar.gz
kernel-qcow2-util-linux-07d9ed0a4065e9d3c2c3b8d406844f6f06a7fdc4.tar.xz
kernel-qcow2-util-linux-07d9ed0a4065e9d3c2c3b8d406844f6f06a7fdc4.zip
tests, don't write TS_DEVICE to stdout anymore
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index db1b921f8..a0973d7fd 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -575,5 +575,4 @@ function ts_scsi_debug_init {
udevadm settle
TS_DEVICE="/dev/${devname}"
- echo "$TS_DEVICE"
}