testsuite.at: pwd for windows.
[sliver-openvswitch.git] / tests / testsuite.at
index a569436..b045ae6 100644 (file)
@@ -41,6 +41,12 @@ seq () {
         set `expr $1 + ${3-1}` $2 $3
     done
 }
+
+if test "$IS_WIN32" = "yes"; then
+    pwd () {
+        command pwd -W "$@"
+    }
+fi
 ]
 m4_divert_pop([PREPARE_TESTS])