Loading README +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ Requires * import (usually supplied by imagemagick) * perl >= 5.10 with GD, Test::More and X11::GUITest * twm * Xnest * Xephyr $ make test-x11 Loading test/feh-bg.i +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading test/run-interactive +1 −1 Original line number Diff line number Diff line #!/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 Loading Loading
README +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ Requires * import (usually supplied by imagemagick) * perl >= 5.10 with GD, Test::More and X11::GUITest * twm * Xnest * Xephyr $ make test-x11 Loading
test/feh-bg.i +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
test/run-interactive +1 −1 Original line number Diff line number Diff line #!/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 Loading