summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 18:19:03 +0200
committerQC <qball@gmpclient.org>2014-08-29 18:19:03 +0200
commit91ccb54199a533ce574fc9f0d158d64c38d406ec (patch)
tree4884c4e6d88107296f91ae2433a587b5822297c5 /test
parent11d4ec144a21aebdba6f21c7904c67df6a9ff091 (diff)
Update test (do xresources?)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_dmenu_custom_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_dmenu_custom_test.sh b/test/run_dmenu_custom_test.sh
index f45f8fc3..95f7710d 100755
--- a/test/run_dmenu_custom_test.sh
+++ b/test/run_dmenu_custom_test.sh
@@ -6,6 +6,7 @@ XPID=$!
# wait till it is up, run rofi with error message
sleep 1;
+xrdb -display :202 -load doc/example.xresources
echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt &
RPID=$!