#!/bin/sh

. "$(dirname $0)/common.sh"

prepare

cd "$AUTOPKGTEST_TMP"

# skip failing test due to unset $HOME resulting in AppCDS warning
mri_exclude test_overwrite_ENV TestProcess.rb

# run the rspec testsuite
jruby -S rake test:mri:extra
