From: Harald Hoyer Date: Tue, 14 Aug 2018 09:35:26 +0000 (+0200) Subject: TEST-50-MULTINIC: s/--device/-device X-Git-Tag: 049~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=393da0c370deaea03b7f72a35782fde506526a49;p=thirdparty%2Fdracut.git TEST-50-MULTINIC: s/--device/-device --- diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index de40790f6..2640c318a 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -57,7 +57,7 @@ client_test() { -net nic,macaddr=52:54:00:12:34:$mac3,model=e1000 \ -netdev hubport,id=n1,hubid=1 \ -netdev hubport,id=n2,hubid=2 \ - --device e1000,netdev=n1,mac=52:54:00:12:34:98 \ + -device e1000,netdev=n1,mac=52:54:00:12:34:98 \ -device e1000,netdev=n2,mac=52:54:00:12:34:99 \ -watchdog i6300esb -watchdog-action poweroff \ -no-reboot \