summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/error/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/tests/error/error.cpp')
-rw-r--r--messagebus_test/src/tests/error/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus_test/src/tests/error/error.cpp b/messagebus_test/src/tests/error/error.cpp
index 63991b34a95..749874a5ef2 100644
--- a/messagebus_test/src/tests/error/error.cpp
+++ b/messagebus_test/src/tests/error/error.cpp
@@ -37,7 +37,7 @@ Test::Main()
}
{ // JAVA SERVER
{ // Make routing config
- EXPECT_TRUE(system("cat " + routing_tesmplate + " | sed 's#session#java/session#' > routing.cfg").c_str()) == 0);
+ EXPECT_TRUE(system(("cat " + routing_template + " | sed 's#session#java/session#' > routing.cfg").c_str()) == 0);
}
fprintf(stderr, "STARTING JAVA-SERVER\n");
EXPECT_TRUE(system((ctl_script + " start server java").c_str()) == 0);