From bb8f4cddf2aeddd8cb44d3b5ce13b66cce552198 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 1 Sep 2006 08:47:48 +0000 Subject: (refs #3) Disable symlink tests on Win32 --- test/backupstore/testbackupstore.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp index b98058cf..87f77947 100644 --- a/test/backupstore/testbackupstore.cpp +++ b/test/backupstore/testbackupstore.cpp @@ -1632,6 +1632,7 @@ int test3(int argc, const char *argv[]) TEST_THAT(decoded->GetNumBlocks() == 3); } +#ifndef WIN32 // no symlinks on Win32 // Try out doing this on a symlink { TEST_THAT(::symlink("does/not/exist", "testfiles/testsymlink") == 0); @@ -1645,6 +1646,7 @@ int test3(int argc, const char *argv[]) // Decode it BackupStoreFile::DecodeFile(b, "testfiles/testsymlink_2", IOStream::TimeOutInfinite); } +#endif } // Store info -- cgit v1.2.3