summaryrefslogtreecommitdiff
path: root/tests/no-pushspec-pushall.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-09-24 14:26:36 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-09-24 14:26:36 +0000
commitfb90f0af1d4ef3a6b644ce71ee100a8d98d32c12 (patch)
tree01939dad5e86cf7f8ffcbb9c74c9ca48bd7d8933 /tests/no-pushspec-pushall.script
parent9804015ba88164ce5634373970092ce60c6efdf6 (diff)
parent291120ecd777de4439b10a07c6f355c7c9af32ed (diff)
downloadlorry-fb90f0af1d4ef3a6b644ce71ee100a8d98d32c12.tar.gz
Merge branch 'danielsilverstone/all-repos-bare' of git://git.baserock.org/baserock/lorry
Includes a fixup of quoting uses of $SRCDIR, so it may include paths with spaces.
Diffstat (limited to 'tests/no-pushspec-pushall.script')
-rwxr-xr-xtests/no-pushspec-pushall.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/no-pushspec-pushall.script b/tests/no-pushspec-pushall.script
index cc56d8a..a649122 100755
--- a/tests/no-pushspec-pushall.script
+++ b/tests/no-pushspec-pushall.script
@@ -37,7 +37,7 @@ mirror_path="$DATADIR"/git-mirror
mkdir -p "$mirror_path"
git init --quiet --bare "$mirror_path"/no-pushspec.git
-./lorry --log="$logfile" --working-area="$workdir" \
+"${SRCDIR}/test-lorry" --log="$logfile" --working-area="$workdir" \
--mirror-base-url-push=file://"$mirror_path" \
--mirror-base-url-fetch=file://"$mirror_path" \
"$lorryfile"