]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-50-MULTINIC: s/--device/-device
authorHarald Hoyer <harald@redhat.com>
Tue, 14 Aug 2018 09:35:26 +0000 (11:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 14 Aug 2018 09:35:26 +0000 (11:35 +0200)
test/TEST-50-MULTINIC/test.sh

index de40790f657e6a522b2bd6dacbde7612e2a9cc1c..2640c318a24d175274d8d64bc1f9963538d21116 100755 (executable)
@@ -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 \