summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 21:27:20 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 21:27:20 +0100
commitfa51aeb484374cf22493d0da81e298a9052f1451 (patch)
tree245055e789ece34b0b6945cc0e949ea4a599e2fc /test
parente8daff0f6ad49cd17b225622fa1875ee2960a70f (diff)
More splitting and abstracting.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_switchdialog_test.sh2
-rwxr-xr-xtest/run_test.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/run_switchdialog_test.sh b/test/run_switchdialog_test.sh
index c54fda64..864dc965 100755
--- a/test/run_switchdialog_test.sh
+++ b/test/run_switchdialog_test.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# wait till it is up, run rofi with error message
-sleep 1 && rofi -show run -display :201 &
+sleep 1 && rofi -show run -modi run &
RPID=$!
# send enter.
diff --git a/test/run_test.sh b/test/run_test.sh
index 2e276960..325793a8 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -8,6 +8,7 @@ function create_fake_x ( )
echo "Starting fake X: ${DISPLAY}"
Xvfb ${DISPLAY} &
XPID=$!
+ sleep 1;
fluxbox &
FPID=$!
sleep 1