aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2023-03-22 20:05:23 -0600
committerDavid Bremner <david@tethera.net>2023-03-31 07:56:03 -0300
commit4152e1bc20fa2803186740c76579b495f4c77fb6 (patch)
tree6a9af6a4ef7d588e6fe5b9ccb683d37f43fb7f10 /test
parent83ea220178f771bf5a4f6e2f4fe3a3dd2e96676e (diff)
ruby: database: make path arg optional
It can be automatically loaded from the configuration now. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/T395-ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T395-ruby.sh b/test/T395-ruby.sh
index e828efed..c066c842 100755
--- a/test/T395-ruby.sh
+++ b/test/T395-ruby.sh
@@ -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