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
1 changed files with 8 additions and 0 deletions

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}