\t is GNU sed extension.
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
tests/packet-type-aware.at | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/packet-type-aware.at b/tests/packet-type-aware.at
index 1104078..2eee7f4 100644
--- a/tests/packet-type-aware.at
+++ b/tests/packet-type-aware.at
@@ -233,7 +233,7 @@ ovs-vsctl \
### Verify datapath configuration
AT_CHECK([
- ovs-appctl dpif/show | grep -v hit | sed 's/\t/ /g' | sed
's./[[0-9]]\{1,\}..'
+ ovs-appctl dpif/show | grep -v hit | sed "s/$(printf \\t)/ /g" | sed
's./[[0-9]]\{1,\}..'
], [0], [dnl
br-in1:
br-in1 65534: (dummy-internal)
--
2.5.4 (Apple Git-61)
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev