1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Add dump-xresources to test.

* TODO: validate result.
This commit is contained in:
Dave Davenport 2014-08-31 09:44:42 +02:00
parent 45e07bb83c
commit ad1cede6f5

View file

@ -21,6 +21,7 @@ sleep 0.2
xdotool key Shift+Return
xdotool key Return
# Get result, kill xvfb
wait ${RPID}
RETV=$?
@ -29,4 +30,11 @@ if [ "${OUTPUT}" != 'coffee coffee ' ]
then
exit 1
fi
OUTPUT=$(rofi -dump-xresources)
if [ -z "${OUTPUT}" ]
then
exit 1
fi
exit ${RETV}