chiark / gitweb /
journal: Don't hold pointers to journal while remapping
[elogind.git] / src / test-engine.c
index 60619b9d36bfe5dec342fef414df6b790cf39cf5..46a2d2cda048fdeddd0e74cd5e5b33fa58c3b33d 100644 (file)
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
         Unit *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL, *g = NULL, *h = NULL;
         Job *j;
 
-        assert_se(set_unit_path("test2") >= 0);
+        assert_se(set_unit_path("test") >= 0);
 
         assert_se(manager_new(MANAGER_SYSTEM, &m) >= 0);