summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-09-03 22:31:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-09-03 22:34:36 -0400
commit17064928d2cb5cac4fa8f2027e557bef741a018e (patch)
treedd629e09f6164c0f01ac7c05ce2391486117d853 /testsuite
parente082414f0c340398094def1f65ca6dba345e00c3 (diff)
downloadgtk+-17064928d2cb5cac4fa8f2027e557bef741a018e.tar.gz
Fix gtk-query-settings test
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/tools/test-settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/test-settings.in b/testsuite/tools/test-settings.in
index 5e32c80e12..dae3a5c72b 100755
--- a/testsuite/tools/test-settings.in
+++ b/testsuite/tools/test-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 882 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 84 ]; then
echo "ok 1 $name"
else
echo "not ok 1 $name"