summaryrefslogtreecommitdiff
path: root/testsuite/tools
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-01 00:24:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-01 00:24:56 -0400
commit199a539ae7141f073cbe999db7d708b6c11a95ef (patch)
tree6f0afde849962d92396e35a0dff19467c46b3e97 /testsuite/tools
parent2154b8e745e17dc7c721f844fa60e82241e75b8a (diff)
downloadgtk+-199a539ae7141f073cbe999db7d708b6c11a95ef.tar.gz
Update the settings test
Diffstat (limited to 'testsuite/tools')
-rwxr-xr-xtestsuite/tools/settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/settings.in b/testsuite/tools/settings.in
index 98c9acc04d..ab2f0d8a9c 100755
--- a/testsuite/tools/settings.in
+++ b/testsuite/tools/settings.in
@@ -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"