mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34: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() {
|
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 () {
|
||||||
|
|
Loading…
Reference in a new issue