aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-21 11:14:46 +0100
committerMichele Locati <michele@locati.it>2018-03-21 11:14:46 +0100
commit28ee57ca15c9b4778e3d593f40220b4d72dd2ae8 (patch)
tree249c9dfff3bf3680474c9f5a0e1ee2f5fa51c635 /test
parent4235712fd4e3777d271dcab144e01666e532e495 (diff)
downloadincremental-git-filter-branch-28ee57ca15c9b4778e3d593f40220b4d72dd2ae8.tar.gz
incremental-git-filter-branch-28ee57ca15c9b4778e3d593f40220b4d72dd2ae8.tar.bz2
incremental-git-filter-branch-28ee57ca15c9b4778e3d593f40220b4d72dd2ae8.zip
Fix tests when flock command is not available
Diffstat (limited to 'test')
-rwxr-xr-xtest/bootstrap2
1 files changed, 1 insertions, 1 deletions
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 () {

© 2014-2024 Faster IT GmbH | imprint | privacy policy