From c6f4441330cdf369fae74433c989325b65a39344 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Sat, 16 Jul 2022 07:45:01 -0600 Subject: [PATCH] Fix build-namelist test count Fix for removal of the origflag tests --- bld/unit_testers/build-namelist_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bld/unit_testers/build-namelist_test.pl b/bld/unit_testers/build-namelist_test.pl index bea379bdbd..be83da0f3d 100755 --- a/bld/unit_testers/build-namelist_test.pl +++ b/bld/unit_testers/build-namelist_test.pl @@ -163,7 +163,7 @@ sub cat_and_create_namelistinfile { # # Figure out number of tests that will run # -my $ntests = 1844; +my $ntests = 1841; if ( defined($opts{'compare'}) ) { $ntests += 1254; }