aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/torture_options.c')
-rw-r--r--tests/unittests/torture_options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/torture_options.c b/tests/unittests/torture_options.c
index e698874f..63fa63d2 100644
--- a/tests/unittests/torture_options.c
+++ b/tests/unittests/torture_options.c
@@ -693,7 +693,7 @@ static void torture_options_config_match(void **state)
torture_reset_config(session);
config = fopen("test_config", "w");
assert_non_null(config);
- fputs("Match exec /bin/true\n"
+ fputs("Match exec true\n"
"\tPort 33\n"
"Match all\n"
"\tPort 34\n",
@@ -715,7 +715,7 @@ static void torture_options_config_match(void **state)
torture_reset_config(session);
config = fopen("test_config", "w");
assert_non_null(config);
- fputs("Match exec \"/bin/true 1\"\n"
+ fputs("Match exec \"true 1\"\n"
"\tPort 33\n"
"Match all\n"
"\tPort 34\n",