From ba319d58738568a8cd4db7f30f083fa77b81e978 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Thu, 11 Aug 2022 15:00:53 +0300 Subject: [PATCH] TT#187700 Fix typo Change-Id: Ia168f8ff5f6c43e7ec2302aa8f7550c4dd03169d --- helper/compare_dbs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/compare_dbs.pl b/helper/compare_dbs.pl index 3f675e0..6ad1932 100755 --- a/helper/compare_dbs.pl +++ b/helper/compare_dbs.pl @@ -246,7 +246,7 @@ __USAGE__ } sub is_exception { - my $exceptions, $type, $schema, $element, $attr) = @_; + my ($exceptions, $type, $schema, $element, $attr) = @_; $attr //= ''; foreach my $exception (@{$exceptions}) {