summaryrefslogtreecommitdiff
path: root/tests/git-single-commit.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/git-single-commit.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/git-single-commit.script')
-rwxr-xr-xtests/git-single-commit.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git-single-commit.script b/tests/git-single-commit.script
index 4a6e8b3..7a980b2 100755
--- a/tests/git-single-commit.script
+++ b/tests/git-single-commit.script
@@ -24,7 +24,7 @@ set -e
logfile="$DATADIR/git-test-repo.log"
workdir="$DATADIR/work-dir"
-./lorry --pull-only --log="$logfile" --working-area="$workdir" \
+"${SRCDIR}/test-lorry" --pull-only --log="$logfile" --working-area="$workdir" \
"$DATADIR/git-test-repo.lorry" > /dev/null 2> /dev/null
# verify that the git repository was set up correctly