summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-03-01 22:31:51 +0000
committerChris Wilson <chris+github@qwirx.com>2008-03-01 22:31:51 +0000
commitd97eb3f187d6a39942ae988b2a1c6de8b2a10785 (patch)
treed1a070f81cbbd96fdf6bcb047a12f114cbf812af
parent4ad89e19d12c3c3fd7ab25dc1eb5a3fb5720cccc (diff)
Disable another symlink test on Win32.
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 0e9e9b9d..830f1dde 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -1160,6 +1160,7 @@ int test_bbackupd()
if (!ServerIsAlive(bbackupd_pid)) return 1;
if (!ServerIsAlive(bbstored_pid)) return 1;
+ #ifndef WIN32
printf("\n==== Testing that absolute symlinks are not followed "
"during restore\n");
@@ -1243,6 +1244,7 @@ int test_bbackupd()
if (!ServerIsAlive(bbackupd_pid)) return 1;
if (!ServerIsAlive(bbstored_pid)) return 1;
}
+ #endif // !WIN32
printf("\n==== Testing that redundant locations are deleted on time\n");