From ca909b846976c98159a12973034bdb6ba8ba2d65 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Tue, 21 Apr 2015 19:27:59 +0200 Subject: test: test-path and test-execute only need units in test/ --- src/test/test-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-path.c') 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; -- cgit v1.2.3-54-g00ecf