Codebase list kwindowsystem / 24f5f82
No curly brackets in the trap call Maximiliano Curia 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 xvfb-run -a --server-args="-screen 0 1024x768x24" \
66 Xephyr -reset -br -screen 1024x768 :2 & x_pid=$!
77
8 trap "{ kill ${x_pid}; rm -rf debian/tests.home }" EXIT
8 trap "kill ${x_pid}; rm -rf debian/tests.home" EXIT
99
1010 DISPLAY=:2 dbus-launch --exit-with-session debian/tests/testsuite.xsession