summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/run_fuzzy_test.sh2
-rwxr-xr-xtest/run_test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/run_fuzzy_test.sh b/test/run_fuzzy_test.sh
index e7e5d81a..b055b328 100755
--- a/test/run_fuzzy_test.sh
+++ b/test/run_fuzzy_test.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -dmenu > output.txt &
+echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -no-regex -dmenu > output.txt &
RPID=$!
# send enter.
diff --git a/test/run_test.sh b/test/run_test.sh
index d6a6f824..ecee0ed0 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 -screen 0 1280x1024x24 ${DISPLAY} &
+ Xvfb +extension XINERAMA +xinerama -screen 0 1280x1024x24 -screen 1 800x600x24 ${DISPLAY} &
XPID=$!
sleep 1;
timeout -k 30s 30s fluxbox &