From 05db569d4efc62eaa10597142b8eac4937421e14 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 26 Jul 2007 22:23:22 +0000 Subject: Remove compare again. (refs #3, merges [1651]) --- test/bbackupd/testbbackupd.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp index 3942ea7c..49b7f48a 100644 --- a/test/bbackupd/testbbackupd.cpp +++ b/test/bbackupd/testbbackupd.cpp @@ -2323,14 +2323,8 @@ int test_bbackupd() true /* print progress dots */) == Restore_Complete); - // Compare it - compareReturnValue = ::system(BBACKUPQUERY " -q " - "-c testfiles/bbackupd.conf " - "-l testfiles/query10.log " - "\"compare -cE Test1 testfiles/restore-Test1\" " - "quit"); - TEST_RETURN(compareReturnValue, 1); - TestRemoteProcessMemLeaks("bbackupquery.memleaks"); + // On Win32 we can't open another connection + // to the server, so we'll compare later. // Make sure you can't restore a restored directory TEST_THAT(BackupClientRestore(protocol, restoredirid, -- cgit v1.2.3