summaryrefslogtreecommitdiff
path: root/src/test/test-path.c
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-21 19:27:59 +0200
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-04-21 19:27:59 +0200
commitca909b846976c98159a12973034bdb6ba8ba2d65 (patch)
treeec980345dd1e28a748f93355f8c89fe836bc37e3 /src/test/test-path.c
parent8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715 (diff)
test: test-path and test-execute only need units in test/
Diffstat (limited to 'src/test/test-path.c')
-rw-r--r--src/test/test-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-path.c b/src/test/test-path.c
index 219b585b7c..0504ae76bb 100644
--- a/src/test/test-path.c
+++ b/src/test/test-path.c
@@ -254,7 +254,7 @@ int main(int argc, char *argv[]) {
log_parse_environment();
log_open();
- assert_se(set_unit_path(TEST_DIR ":") >= 0);
+ assert_se(set_unit_path(TEST_DIR) >= 0);
for (test = tests; test && *test; test++) {
int r;