From: Ruediger Meier Date: Tue, 13 May 2014 15:17:24 +0000 (+0200) Subject: tests, don't write TS_DEVICE to stdout anymore X-Git-Tag: v2.25-rc1~154^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d9ed0a4065e9d3c2c3b8d406844f6f06a7fdc4;p=thirdparty%2Futil-linux.git tests, don't write TS_DEVICE to stdout anymore --- diff --git a/tests/functions.sh b/tests/functions.sh index db1b921f87..a0973d7fd0 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" }