From e06f9133700ea15e13d5a84871e170651772cbab Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 19 Mar 2018 16:11:54 +0100 Subject: Disable flock in tests when it's not available --- test/tests/get-help.success | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/tests/get-help.success') diff --git a/test/tests/get-help.success b/test/tests/get-help.success index 8be9fa1..491774e 100755 --- a/test/tests/get-help.success +++ b/test/tests/get-help.success @@ -2,6 +2,6 @@ . "$(cd -- "$(dirname -- "$0")" && pwd -P)/../bootstrap" -"${BIN_MAIN}" -h -"${BIN_MAIN}" --help -"${BIN_MAIN}" --help this is an invalid number of arguments +"${BIN_MAIN}" ${BIN_MAIN_OPTIONS} -h +"${BIN_MAIN}" ${BIN_MAIN_OPTIONS} --help +"${BIN_MAIN}" ${BIN_MAIN_OPTIONS} --help this is an invalid number of arguments -- cgit v1.2.3