From 2a4ae5d4c8a05762a643e1bef7f36fa1637277d0 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 24 Aug 2023 10:35:26 +0100 Subject: [PATCH] Testing: Fix for Windows --- tests/metar_compare.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/metar_compare.sh b/tests/metar_compare.sh index 0122cd75a..a42b84a92 100755 --- a/tests/metar_compare.sh +++ b/tests/metar_compare.sh @@ -45,11 +45,9 @@ if [ $status -eq 0 ]; then exit 1 fi -# The -d option should have created these two files +# The -d option should have created these files [ -f error1_1.metar ] [ -f error2_1.metar ] -[ -f error1_2.metar ] -[ -f error2_2.metar ] rm -f error1_1.metar error2_1.metar error1_2.metar error2_2.metar #----------------------------------------------------