summaryrefslogtreecommitdiff
path: root/yarns/obnam.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-21 19:25:30 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-21 19:25:30 +0100
commit45dd7c6089f7b09d1f8a85ee35f8cc179393cd54 (patch)
treec59f9709df033acbef7880cd8988e700b778f781 /yarns/obnam.sh
parent052238fe969c41927292e89a81832c6ef5c62ee9 (diff)
downloadobnam-45dd7c6089f7b09d1f8a85ee35f8cc179393cd54.tar.gz
Add some yarn tests for "obnam ls"
Diffstat (limited to 'yarns/obnam.sh')
-rw-r--r--yarns/obnam.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index 9de72ba7..eafc8b8d 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -21,7 +21,7 @@
run_obnam()
{
- ./obnam --no-default-config "$@"
+ "$SRCDIR/obnam" --no-default-config "$@"
}