From ffb984626b5ab22f72857ead453e275b9f85582d Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 30 Jul 2016 00:32:03 +0200 Subject: Use wildcard for qdisc --- test/network/bandwidth.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/network/bandwidth.exp b/test/network/bandwidth.exp index bccb0b9f3..2913c6b14 100755 --- a/test/network/bandwidth.exp +++ b/test/network/bandwidth.exp @@ -18,7 +18,7 @@ spawn $env(SHELL) send -- "firejail --bandwidth=test status\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "qdisc pfifo_fast 0: dev eth0" + "qdisc * 0: dev eth0" } sleep 1 -- cgit v1.2.3-54-g00ecf