summaryrefslogtreecommitdiff
path: root/test/run-interactive
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-10-03 11:43:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-10-03 11:43:32 +0200
commit095bf053334116797afc39682ecca76a0d1fe76c (patch)
treec884971b1a5204515943a664e9cd7717ba12124f /test/run-interactive
parentfdb56cff4f1da6ecf8e008b752b45b3a5e6494f8 (diff)
More screenshot-based tests
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-xtest/run-interactive2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-interactive b/test/run-interactive
index 6a3e5e3..fab6517 100755
--- a/test/run-interactive
+++ b/test/run-interactive
@@ -3,7 +3,7 @@
Xnest -geometry 500x500 :7 > /dev/null 2>&1 &
pid=${!}
-DISPLAY=:7 prove -v test/feh.i
+DISPLAY=:7 prove test/feh-scr.i test/feh.i
ret=${?}
kill ${pid}