summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-02-23 22:20:16 +0000
committerChris Wilson <chris+github@qwirx.com>2015-02-23 22:20:16 +0000
commit1a02ae4abc992a5765780aea7a2a924cc96a0a12 (patch)
treee4d1eb7ab9950d4dc981261e152b50a147853d76 /test
parentd06bfdad2483b0dfdbd4c5b6d7dd4c4a92e670d3 (diff)
Fix testhttpserver, broken by renaming test executables.
Diffstat (limited to 'test')
-rw-r--r--test/httpserver/testhttpserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/httpserver/testhttpserver.cpp b/test/httpserver/testhttpserver.cpp
index f37141fd..d9cbde4a 100644
--- a/test/httpserver/testhttpserver.cpp
+++ b/test/httpserver/testhttpserver.cpp
@@ -145,7 +145,7 @@ int test(int argc, const char *argv[])
}
// Start the server
- int pid = LaunchServer("./test server testfiles/httpserver.conf", "testfiles/httpserver.pid");
+ int pid = LaunchServer("./_test server testfiles/httpserver.conf", "testfiles/httpserver.pid");
TEST_THAT(pid != -1 && pid != 0);
if(pid <= 0)
{
@@ -369,7 +369,7 @@ int test(int argc, const char *argv[])
}
// Start the S3Simulator server
- pid = LaunchServer("./test s3server testfiles/s3simulator.conf",
+ pid = LaunchServer("./_test s3server testfiles/s3simulator.conf",
"testfiles/s3simulator.pid");
TEST_THAT(pid != -1 && pid != 0);
if(pid <= 0)