Update settings tests

We have a new setting, so the test that is counting
settings needs an update.
This commit is contained in:
Matthias Clasen 2021-09-01 17:16:08 -04:00
parent b26a370ce4
commit 67495fcc77

View File

@ -10,7 +10,7 @@ echo "1..1"
name=gtk-query-settings name=gtk-query-settings
result=$TEST_RESULT_DIR/$name.out result=$TEST_RESULT_DIR/$name.out
$GTK_QUERY_SETTINGS 2>/dev/null >$result $GTK_QUERY_SETTINGS 2>/dev/null >$result
if [ $(wc -l $result | cut -f1 -d' ') -eq 49 ]; then if [ $(wc -l $result | cut -f1 -d' ') -eq 50 ]; then
echo "ok 1 $name" echo "ok 1 $name"
else else
echo "not ok 1 $name" echo "not ok 1 $name"