aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/cpfile/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cpfile/driver.cxx b/tests/cpfile/driver.cxx
index e2ecc04..4283991 100644
--- a/tests/cpfile/driver.cxx
+++ b/tests/cpfile/driver.cxx
@@ -31,7 +31,10 @@ using namespace butl;
static const char text1[] = "ABCDEF\nXYZ";
static const char text2[] = "12345\nDEF";
+
+#ifndef _WIN32
static const char text3[] = "XAB\r\n9";
+#endif
static string
from_file (const path& f)