ovs-save: Add "dev" keyword before interface names in the ip commands
[openvswitch] / tests / interface-reconfigure.at
index 6bbaddd68f81042c2e010873d020fd788f1624d1..365888241d4f119bde480803e2717adf555baa2c 100644 (file)
@@ -682,11 +682,11 @@ EOF
 }
 
 ifr_run () {
-    ./interface-reconfigure --root-prefix=$PWD --no-syslog "$@"
+    ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@"
 }
 
 ifr_filter () {
-    sed -n -e "s,$PWD,,g" -e 's/ -- /\
+    sed -n -e "s,`pwd`,,g" -e 's/ -- /\
     /g' -e '/^Running command:/!p' stderr
 }]
 m4_divert_pop([PREPARE_TESTS])