From 7fcc5fd036543a81da2bbd5b2078c0a4b0314f9b Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 10 Nov 2023 09:54:44 -0500 Subject: [PATCH] configure.ac: don't make `tests/utils/env.sh` executable It's only meant to be sourced, not executed directly. Signed-off-by: Philippe Proulx Change-Id: I085c8e83ce9596336c0904a28b94e832e33665ab --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f1ef5b14..b7bae8ff 100644 --- a/configure.ac +++ b/configure.ac @@ -838,12 +838,11 @@ AC_CONFIG_FILES([ tests/plugins/flt.utils.muxer/succeed/Makefile tests/plugins/flt.utils.trimmer/Makefile tests/plugins/sink.text.pretty/Makefile + tests/utils/env.sh tests/utils/Makefile tests/utils/tap/Makefile ]) -AC_CONFIG_FILES([tests/utils/env.sh],[chmod +x tests/utils/env.sh]) - AC_OUTPUT # -- 2.34.1