tests: Update for the new setting

One of our tests counts our settings. Not super-useful, but lets
keep it working.
This commit is contained in:
Matthias Clasen
2024-04-07 02:21:32 +02:00
parent 6c5a106d7e
commit 8f0b38b462

View File

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