Codebase list kwindowsystem / abcb337 debian / tests / testsuite.xsession
abcb337

Tree @abcb337 (Download .tar.gz)

testsuite.xsession @abcb337raw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/sh
#!/bin/sh
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
[ -e debian/tests.home ] || mkdir debian/tests.home
HOME=debian/tests.home openbox &
sleep 5
HOME=debian/tests.home dh_auto_test
rm -rf debian/home/tests.home