[ovs-dev] [PATCH] odp.at: fix sed string matching typo.

William Tu u9012063 at gmail.com
Fri Feb 16 18:42:42 UTC 2018


Replace 'set' with 'sed'.

Signed-off-by: William Tu <u9012063 at gmail.com>
---
 tests/odp.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/odp.at b/tests/odp.at
index ea8f40ede78b..cdf3d6645ea4 100644
--- a/tests/odp.at
+++ b/tests/odp.at
@@ -30,9 +30,9 @@ in_port(1),eth(src=00:01:02:03:04:05,dst=10:11:12:13:14:15),eth_type(0x8848),mpl
 ])
 
 (echo '# Valid forms without tun_id or VLAN header.'
- set 's/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt
+ sed 's/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt
 
- set '
+ sed '
 s/^/skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),/
 ' odp-base.txt
 
-- 
2.7.4



More information about the dev mailing list