aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-05-26 13:06:02 -0400
committerDavid Bremner <david@tethera.net>2020-05-31 13:52:33 -0300
commitb624b406ff004909e30903593e6b4f7dd889c9dc (patch)
tree423abcc06d2cf6ceb3783597be7ab90054100ee7
parentef0ab496b3f1e3a85f08102e3aaf251f4af69fd3 (diff)
tests/ruby: Ensure that test works for out-of-tree builds
-rw-r--r--test/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 87fa6fe4..7424881e 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -1081,7 +1081,7 @@ test_python() {
}
test_ruby() {
- MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I $NOTMUCH_SRCDIR/bindings/ruby> OUTPUT
+ MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I "$NOTMUCH_BUILDDIR/bindings/ruby"> OUTPUT
}
test_C () {