summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-25 00:12:01 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-25 00:12:01 +0000
commit88b92d7258c02aaed1bd6fc2a3f52912f1ff63ae (patch)
tree61ee7bf117370c1ba2658b406fd87a82090afeaa
parenta5d88b13e3358afeeaf77242d6a8a47c098a5d01 (diff)
Fix unix path to bbstored (refs #3)
-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 f5b5698b..e6a05220 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -358,7 +358,7 @@ inline void TestRemoteProcessMemLeaksFunc(const char *filename,
#else
#define BBACKUPCTL "../../bin/bbackupctl/bbackupctl"
#define BBACKUPD "../../bin/bbackupd/bbackupd"
-#define BBSTORED "../../bin/bbackupd/bbstored"
+#define BBSTORED "../../bin/bbstored/bbstored"
#define BBACKUPQUERY "../../bin/bbackupquery/bbackupquery"
#define BBSTOREACCOUNTS "../../bin/bbstoreaccounts/bbstoreaccounts"
#define TEST_RETURN(actual, expected) TEST_THAT(actual == expected*256);