From fc470983d6d94a41fbdf9e8d1dc4a154993d8467 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 1 Sep 2006 07:54:40 +0000 Subject: (refs #3) Completely disable symlink test on Win32 --- test/backupdiff/testbackupdiff.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/backupdiff/testbackupdiff.cpp') diff --git a/test/backupdiff/testbackupdiff.cpp b/test/backupdiff/testbackupdiff.cpp index 7a48ec20..a1b4287e 100644 --- a/test/backupdiff/testbackupdiff.cpp +++ b/test/backupdiff/testbackupdiff.cpp @@ -456,6 +456,7 @@ int test(int argc, const char *argv[]) } } +#ifndef WIN32 // Check that symlinks aren't diffed TEST_THAT(::symlink("f2", "testfiles/f2.symlink") == 0) // And go and diff it against the previous encoded file @@ -483,6 +484,7 @@ int test(int argc, const char *argv[]) TEST_THAT(completelyDifferent == true); check_encoded_file("testfiles/f2.symlink.diff", 0, 0, 0); } +#endif // Check that diffing against a file which isn't "complete" and referes another isn't allowed { -- cgit v1.2.3