From fb71fe08bad63a9a306638244da005658cd41253 Mon Sep 17 00:00:00 2001 From: Michal Bloch Date: Tue, 2 Aug 2022 13:33:47 +0200 Subject: [PATCH] Fix insufficient test dir rights Change-Id: Ie2799cce6d9fd0d3a2b269f20978edaff8dcbae0 Signed-off-by: Michal Bloch --- tests/dlog_test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dlog_test.in b/tests/dlog_test.in index 8146076..146d38f 100644 --- a/tests/dlog_test.in +++ b/tests/dlog_test.in @@ -165,7 +165,7 @@ PATH=$PATH:@libexecdir@/libdlog/ #create dir for runtime filters RUNTIME_FILTERS_DIR="/tmp/dlog-filters/" -mkdir -p "$RUNTIME_FILTERS_DIR" +mkdir -m 777 -p "$RUNTIME_FILTERS_DIR" PREEARLYQUIT_CONFIG_PATH="$DLOG_CONFIG_PATH" DLOG_CONFIG_PATH="$TESTDIR/earlyquit.conf" -- 2.7.4