]> git.notmuchmail.org Git - notmuch/blobdiff - test/T395-ruby.sh
ruby: database: make path arg optional
[notmuch] / test / T395-ruby.sh
index e828efed3dbe4bca31ccf0f134c560b021cea928..c066c84268f3bc07be067f498c0f55949db7b640 100755 (executable)
@@ -12,7 +12,7 @@ test_ruby() {
     (
        cat <<-EOF
        require 'notmuch'
-       db = Notmuch::Database.new('$MAIL_DIR')
+       db = Notmuch::Database.new()
        EOF
        cat
     ) | $NOTMUCH_RUBY -I "$NOTMUCH_BUILDDIR/bindings/ruby"> OUTPUT