From c05867e471f854c02c47f381eb05e39ae329fe99 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 27 Jan 2020 17:02:40 +0000 Subject: [PATCH] Data Quality checks: Fix test --- tests/grib_data_quality_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grib_data_quality_checks.sh b/tests/grib_data_quality_checks.sh index f90de6f93..8bff3e2dd 100755 --- a/tests/grib_data_quality_checks.sh +++ b/tests/grib_data_quality_checks.sh @@ -143,4 +143,4 @@ ${tools_dir}/grib_set -s scaleValuesBy=100 $input1 $tempOut # Clean up rm -rf $tempDir -rm -f $tempOut $tempErr +rm -f $tempOut $tempErr $tempGrib1 $tempGrib2