From c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 6 May 2009 12:55:46 -0400 Subject: fix the sim build. disables the tests for now. --- include/utils/backup_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/utils/backup_helpers.h') diff --git a/include/utils/backup_helpers.h b/include/utils/backup_helpers.h index f70444d..61bee340 100644 --- a/include/utils/backup_helpers.h +++ b/include/utils/backup_helpers.h @@ -4,7 +4,7 @@ int back_up_files(int oldSnapshotFD, int newSnapshotFD, int oldDataStream, char const* fileBase, char const* const* files, int fileCount); -#define TEST_BACKUP_HELPERS 1 +#define TEST_BACKUP_HELPERS 0 #if TEST_BACKUP_HELPERS int backup_helper_test_empty(); -- cgit v1.1