summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh-i.t2
-rwxr-xr-xtest/run-interactive2
2 files changed, 3 insertions, 1 deletions
diff --git a/test/feh-i.t b/test/feh-i.t
index dd47ff6..0adc774 100755
--- a/test/feh-i.t
+++ b/test/feh-i.t
@@ -3,6 +3,8 @@ use strict;
use warnings;
use 5.010;
+no if $] >= 5.018, warnings => 'experimental::smartmatch';
+
use Cwd;
use Test::More tests => 103;
use Time::HiRes qw/sleep/;
diff --git a/test/run-interactive b/test/run-interactive
index a342c22..5c6f489 100755
--- a/test/run-interactive
+++ b/test/run-interactive
@@ -3,7 +3,7 @@
Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
pid=${!}
-DISPLAY=:7 prove test/feh-scr-i.t test/feh-i.t
+DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t
ret=${?}
kill ${pid}