diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/feh-bg.i | 2 | ||||
-rwxr-xr-x | test/run-interactive | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/feh-bg.i b/test/feh-bg.i index 3624f5c..0e3b546 100755 --- a/test/feh-bg.i +++ b/test/feh-bg.i @@ -42,7 +42,7 @@ sub check_bg { } if (($pid_xnest = fork()) == 0) { - exec(qw( Xnest -geometry 500x500 :7 )); + exec(qw( Xephyr -screen 500x500 :7 )); } sleep(0.5); diff --git a/test/run-interactive b/test/run-interactive index fab6517..d801ac6 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -1,6 +1,6 @@ #!/bin/sh -Xnest -geometry 500x500 :7 > /dev/null 2>&1 & +Xephyr -screen 500x500 :7 > /dev/null 2>&1 & pid=${!} DISPLAY=:7 prove test/feh-scr.i test/feh.i |