mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Update the settings test
This commit is contained in:
parent
2154b8e745
commit
199a539ae7
@ -10,7 +10,7 @@ echo "1..1"
|
||||
name=gtk-query-settings
|
||||
result=$TEST_RESULT_DIR/$name.out
|
||||
$GTK_QUERY_SETTINGS 2>/dev/null >$result
|
||||
if [ $(wc -l $result | cut -f1 -d' ') -eq 48 ]; then
|
||||
if [ $(wc -l $result | cut -f1 -d' ') -eq 49 ]; then
|
||||
echo "ok 1 $name"
|
||||
else
|
||||
echo "not ok 1 $name"
|
||||
|
Loading…
Reference in New Issue
Block a user