]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: move test_ruby() inside the only client
[notmuch] / test / test-lib.sh
index 88e2a82f7337e9bf0a755b70187e8bbc342bada1..d46bb4c34a9165599542b2eff981e5d224f63d67 100644 (file)
@@ -1124,10 +1124,6 @@ test_python() {
        $NOTMUCH_PYTHON -B - > OUTPUT
 }
 
-test_ruby() {
-    MAIL_DIR=$MAIL_DIR $NOTMUCH_RUBY -I "$NOTMUCH_BUILDDIR/bindings/ruby"> OUTPUT
-}
-
 test_C () {
     local exec_file test_file
     exec_file="test${test_count}"