From e4492c6d1b850da80f27ed193734fe6528e6c516 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 30 Mar 2020 14:15:18 +0100 Subject: [PATCH] Testing: Rename --- tests/CMakeLists.txt | 2 +- tests/Makefile.am | 2 +- tests/{get_fail.sh => grib_get_fail.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/{get_fail.sh => grib_get_fail.sh} (100%) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9f5606a03..9d5aee33b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -157,7 +157,7 @@ list(APPEND tests_data_reqd grib_concept grib_decimalPrecision grib_bitsPerValue - get_fail + grib_get_fail grib_missing grib_local grib_step diff --git a/tests/Makefile.am b/tests/Makefile.am index d52abe2d7..b8b4584f8 100755 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,7 +34,7 @@ TESTS = definitions.sh \ grib_concept.sh \ grib_decimalPrecision.sh \ grib_bitsPerValue.sh \ - get_fail.sh \ + grib_get_fail.sh \ grib_missing.sh \ grib_local.sh \ grib_step.sh \ diff --git a/tests/get_fail.sh b/tests/grib_get_fail.sh similarity index 100% rename from tests/get_fail.sh rename to tests/grib_get_fail.sh