From 979354ed77fc8321bce774d5b79c3dead0dcbacd Mon Sep 17 00:00:00 2001
From: Shahram Najm <masn@ecmwf.int>
Date: Thu, 9 Jan 2025 16:22:48 +0000
Subject: [PATCH] Testing: MARS table uniqueness

---
 tests/grib_mars_keys1.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/grib_mars_keys1.sh b/tests/grib_mars_keys1.sh
index 29b6b841a..026148023 100755
--- a/tests/grib_mars_keys1.sh
+++ b/tests/grib_mars_keys1.sh
@@ -88,7 +88,7 @@ diff $tempRef $tempOut
 # -------------------------------
 tables="$types_table $classes_table $streams_table"
 for table in $tables; do
-    echo "Testing numeric codes in $table ..."
+    echo "Testing numeric codes are unique in $table ..."
     awk '{print $1}' < $table > $tempOut
     count1=`sort -u $tempOut | wc -l`
     count2=`wc -l $tempOut | awk '{print $1}'`
@@ -99,7 +99,7 @@ done
 # -------------------------------
 tables="$types_table $classes_table $streams_table"
 for table in $tables; do
-    echo "Testing abbreviations in $table ..."
+    echo "Testing abbreviations are unique in $table ..."
     awk '{print $2}' < $table > $tempOut
     count1=`sort -u $tempOut | wc -l`
     count2=`wc -l $tempOut | awk '{print $1}'`