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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user