diff options
Diffstat (limited to 'app-admin/rsyslog/files/8-stable/50-rsyslog-run-queue-persist-test-only-once.patch')
-rw-r--r-- | app-admin/rsyslog/files/8-stable/50-rsyslog-run-queue-persist-test-only-once.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/rsyslog/files/8-stable/50-rsyslog-run-queue-persist-test-only-once.patch b/app-admin/rsyslog/files/8-stable/50-rsyslog-run-queue-persist-test-only-once.patch new file mode 100644 index 000000000000..d2ded2228983 --- /dev/null +++ b/app-admin/rsyslog/files/8-stable/50-rsyslog-run-queue-persist-test-only-once.patch @@ -0,0 +1,22 @@ +From 31a5edc9be63de42f68825ff8e4d683534664a68 Mon Sep 17 00:00:00 2001 +From: Thomas D. +Date: Sun, 8 Mar 2015 21:05:03 +0100 +Subject: [PATCH] tests: Run queue-persist.sh only once + +queue-persist.sh was called twice in Makefile. +--- + tests/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/tests/Makefile.am b/tests/Makefile.am +index 7575b84..9824e7e 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -83,7 +83,6 @@ TESTS += \ + imuxsock_logger_root.sh \ + imuxsock_traillf_root.sh \ + imuxsock_ccmiddle_root.sh \ +- queue-persist.sh \ + discard-rptdmsg.sh \ + discard-allmark.sh \ + discard.sh \ |