testsuite.at: Workaround for carriage returns on windows.
[sliver-openvswitch.git] / tests / testsuite.at
index 85c50d1..264a15f 100644 (file)
@@ -47,6 +47,10 @@ if test "$IS_WIN32" = "yes"; then
         command pwd -W "$@"
     }
 
+    diff () {
+        command diff --strip-trailing-cr "$@"
+    }
+
     kill () {
         case "$1" in
             -0)