Update Tests

This commit is contained in:
Dave Davenport 2016-01-17 13:47:25 +01:00
parent 64cfdf3f0d
commit c2105430a0
2 changed files with 13 additions and 1 deletions

View File

@ -232,3 +232,15 @@ rofi.kb-toggle-sort: Alt+grave
rofi.key-combi: Alt-F3
! Keybinding
rofi.key-drun:
! The display name of this browser
rofi.display-ssh: 
! The display name of this browser
rofi.display-run: 
! The display name of this browser
rofi.display-drun: 
! The display name of this browser
rofi.display-window: 
! The display name of this browser
rofi.display-windowcd: (windowcd)
! The display name of this browser
rofi.display-combi: (combi)

View File

@ -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