diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-05-26 13:06:02 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-05-31 13:52:33 -0300 |
| commit | b624b406ff004909e30903593e6b4f7dd889c9dc (patch) | |
| tree | 423abcc06d2cf6ceb3783597be7ab90054100ee7 | |
| parent | ef0ab496b3f1e3a85f08102e3aaf251f4af69fd3 (diff) | |
tests/ruby: Ensure that test works for out-of-tree builds
| -rw-r--r-- | test/test-lib.sh | 2 |
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 () { |
