File 0001-test-catalog-fix-catalog-source-directory.patch of Package systemd-v234-testsuite
From 10fd526d05b2dc5204b8a60d07da67894580f41c Mon Sep 17 00:00:00 2001
From: Thomas Blume <thomas.blume@suse.com>
Date: Tue, 22 Jan 2019 11:09:05 +0100
Subject: [PATCH 01/11] test-catalog: fix catalog source directory
---
src/journal/test-catalog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/journal/test-catalog.c b/src/journal/test-catalog.c
index b7d9e7bffa..b4410e049d 100644
--- a/src/journal/test-catalog.c
+++ b/src/journal/test-catalog.c
@@ -35,7 +35,7 @@
#include "util.h"
static const char *catalog_dirs[] = {
- CATALOG_DIR,
+ "/var/opt/systemd-tests/catalog",
NULL,
};
--
2.16.4