summaryrefslogtreecommitdiff
path: root/tests/git-backup-on-error.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git-backup-on-error.script')
-rwxr-xr-xtests/git-backup-on-error.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/git-backup-on-error.script b/tests/git-backup-on-error.script
index 8be1a83..fbb3368 100755
--- a/tests/git-backup-on-error.script
+++ b/tests/git-backup-on-error.script
@@ -35,12 +35,12 @@ normalize() {
}
# mirror some history
-${SRCDIR}/test-lorry --pull-only --log="$logfile" --working-area="$workdir" --bundle=never \
+"${SRCDIR}/test-lorry" --pull-only --log="$logfile" --working-area="$workdir" --bundle=never \
"$DATADIR/git-backup-test-repo.lorry" | normalize
# make upstream disappear to cause errors
rm -rf "$repo"
-if ${SRCDIR}/test-lorry --pull-only --log="$logfile" --working-area="$workdir" \
+if "${SRCDIR}/test-lorry" --pull-only --log="$logfile" --working-area="$workdir" \
"$DATADIR/git-backup-test-repo.lorry" --bundle=never 2>/dev/null | \
normalize
then