From 44f5edd86396e040215da2f135e128f51ee93f0a Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Thu, 30 Apr 2020 20:04:50 +0200 Subject: runtests: fix typo in the existence of disabled tests checker Closes #5316 --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index e00e5433b..88e1115fe 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -5481,7 +5481,7 @@ sub disabledtests { my ($n) = $1; $disabled{$n}=$n; # disable this test number if(! -f "$srcdir/data/test$n") { - print STDERR "WARNING! Non-exiting test $n in DISABLED!\n"; + print STDERR "WARNING! Non-existing test $n in DISABLED!\n"; # fail hard to make user notice exit 1; } -- cgit v1.2.3