[gtk/hint-metrics-setting] Update settings tests



commit 67495fcc776df29211710d2275b437dd776c293c
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 1 17:16:08 2021 -0400

    Update settings tests
    
    We have a new setting, so the test that is counting
    settings needs an update.

 testsuite/tools/settings.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testsuite/tools/settings.in b/testsuite/tools/settings.in
index ab2f0d8a9c..ea7ae6a67b 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 49 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 50 ]; then
   echo "ok 1 $name"
 else
   echo "not ok 1 $name"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]