[Box Backup-commit] COMMIT r2097 - box/trunk/test/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 1 Mar 2008 22:31:51 +0000 (UTC)
Author: chris
Date: 2008-03-01 22:31:51 +0000 (Sat, 01 Mar 2008)
New Revision: 2097
Modified:
box/trunk/test/bbackupd/testbbackupd.cpp
Log:
Disable another symlink test on Win32.
Modified: box/trunk/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/trunk/test/bbackupd/testbbackupd.cpp 2008-03-01 21:32:07 UTC (rev 2096)
+++ box/trunk/test/bbackupd/testbbackupd.cpp 2008-03-01 22:31:51 UTC (rev 2097)
@@ -1160,6 +1160,7 @@
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 @@
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");