summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-17 13:47:25 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-17 13:47:25 +0100
commitc2105430a0281df05ad76beab8733711d499706a (patch)
tree5b68374ee2634e708d90630fdea7fd3e5c36159a /test
parent64cfdf3f0d432a9be5bfe55b666d8f2f738f5dfa (diff)
Update Tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/xr_dump_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xr_dump_test.sh b/test/xr_dump_test.sh
index b3d4f067..29be1a57 100755
--- a/test/xr_dump_test.sh
+++ b/test/xr_dump_test.sh
@@ -3,7 +3,7 @@
TOP_DIR=$1
xrdb -retain -load ${TOP_DIR}/doc/test_xr.txt
-rofi -dump-xresources > temp.txt
+rofi -config ${TOP_DIR}/doc/test_xr.txt -dump-xresources > temp.txt
if ! diff temp.txt ${TOP_DIR}/doc/test_xr.txt > /dev/null
then