From 28ee57ca15c9b4778e3d593f40220b4d72dd2ae8 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 21 Mar 2018 11:14:46 +0100 Subject: Fix tests when flock command is not available --- test/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bootstrap b/test/bootstrap index 24d829b..4553258 100755 --- a/test/bootstrap +++ b/test/bootstrap @@ -29,7 +29,7 @@ fi BIN_MAIN_OPTIONS='' if ! command -v flock >/dev/null then - BIN_MAIN_OPTIONS='${BIN_MAIN_OPTIONS} --no-lock' + BIN_MAIN_OPTIONS="${BIN_MAIN_OPTIONS} --no-lock" fi initializeRepositories () { -- cgit v1.2.3