mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
tests/ruby: Ensure that test works for out-of-tree builds
This commit is contained in:
parent
ef0ab496b3
commit
b624b406ff
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue