Add missing -t option
authorWouter Verhelst <w@uter.be>
Mon, 19 Dec 2016 17:41:45 +0000 (18:41 +0100)
committerWouter Verhelst <w@uter.be>
Mon, 19 Dec 2016 21:36:38 +0000 (22:36 +0100)
tests/run/simple_test

index 2c9c3df..2fdb62b 100755 (executable)
@@ -369,7 +369,7 @@ EOF
                ../../nbd-server -C ${conffile} -p ${pidfile} &
                PID=$!
                sleep 1
-               ./nbd-tester-client -N export1 "${mydir}/integrity-test.tr" -C "${certdir}/selfsigned-cert.pem" -K "${certdir}/selfsigned-key.pem" localhost
+               ./nbd-tester-client -N export1 -t "${mydir}/integrity-test.tr" -C "${certdir}/selfsigned-cert.pem" -K "${certdir}/selfsigned-key.pem" localhost
                retval=$?
        ;;
        *)