Harald Hoyer 9d5d75
From 393da0c370deaea03b7f72a35782fde506526a49 Mon Sep 17 00:00:00 2001
Harald Hoyer 9d5d75
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 9d5d75
Date: Tue, 14 Aug 2018 11:35:26 +0200
Harald Hoyer 9d5d75
Subject: [PATCH] TEST-50-MULTINIC: s/--device/-device
Harald Hoyer 9d5d75
Harald Hoyer 9d5d75
---
Harald Hoyer 9d5d75
 test/TEST-50-MULTINIC/test.sh | 2 +-
Harald Hoyer 9d5d75
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 9d5d75
Harald Hoyer 9d5d75
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 9d5d75
index de40790f..2640c318 100755
Harald Hoyer 9d5d75
--- a/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 9d5d75
+++ b/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 9d5d75
@@ -57,7 +57,7 @@ client_test() {
Harald Hoyer 9d5d75
       -net nic,macaddr=52:54:00:12:34:$mac3,model=e1000 \
Harald Hoyer 9d5d75
       -netdev hubport,id=n1,hubid=1 \
Harald Hoyer 9d5d75
       -netdev hubport,id=n2,hubid=2 \
Harald Hoyer 9d5d75
-      --device e1000,netdev=n1,mac=52:54:00:12:34:98 \
Harald Hoyer 9d5d75
+      -device e1000,netdev=n1,mac=52:54:00:12:34:98 \
Harald Hoyer 9d5d75
       -device e1000,netdev=n2,mac=52:54:00:12:34:99 \
Harald Hoyer 9d5d75
       -watchdog i6300esb -watchdog-action poweroff \
Harald Hoyer 9d5d75
       -no-reboot \
Harald Hoyer 9d5d75