summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Test.h')
-rw-r--r--lib/common/Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index cf7cb713..49b0ac66 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -43,7 +43,7 @@
extern int failures;
extern int first_fail_line;
extern std::string first_fail_file;
-extern std::string bbackupd_args, bbstored_args, bbackupquery_args;
+extern std::string bbackupd_args, bbstored_args, bbackupquery_args, test_args;
#define TEST_FAIL_WITH_MESSAGE(msg) \
{ \