summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 13:08:08 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 13:08:08 +0100
commit594bf001945dbfc20c9ec9473c2507d7673009e0 (patch)
tree42da5fb0c8b471f986eb85c6812a75df15cf1b0b /test
parent057f156009d8ffca124de7f00ae46c90cbd12665 (diff)
Fix keybindings and fix tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index 800dcbc9..d6a6f824 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -6,7 +6,7 @@ function create_fake_x ( )
{
export DISPLAY=":$1"
echo "Starting fake X: ${DISPLAY}"
- Xvfb ${DISPLAY} &
+ Xvfb -screen 0 1280x1024x24 ${DISPLAY} &
XPID=$!
sleep 1;
timeout -k 30s 30s fluxbox &