summaryrefslogtreecommitdiffstats
path: root/include/utils/backup_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/backup_helpers.h')
-rw-r--r--include/utils/backup_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/backup_helpers.h b/include/utils/backup_helpers.h
index f70444d..61bee34 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();