tests/ruby: Ensure that test works for out-of-tree builds

This commit is contained in:
Daniel Kahn Gillmor 2020-05-26 13:06:02 -04:00 committed by David Bremner
parent ef0ab496b3
commit b624b406ff

View file

@ -1081,7 +1081,7 @@ test_python() {
} }
test_ruby() { 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 () { test_C () {