From 08d4f7435f259b58423db019a8b0b9864abc44e9 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 (cherry picked from commit ba319d58738568a8cd4db7f30f083fa77b81e978) --- 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 b051734..7f9653b 100755 --- a/helper/compare_dbs.pl +++ b/helper/compare_dbs.pl @@ -235,7 +235,7 @@ __USAGE__ } sub is_exception { - my $exceptions, $type, $schema, $element, $attr) = @_; + my ($exceptions, $type, $schema, $element, $attr) = @_; $attr //= ''; foreach my $exception (@{$exceptions}) {