#!/usr/bin/sh
# Whne we run on terminal (like default mock terminal - vt100) does not support parm_ich required by libtickit
export TERM=xterm
cd /usr/libexec/perl-Tickit && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
