From f712662a663e98733f9ad33ed141a25558921db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Sat, 12 Dec 2020 01:23:27 +0100 Subject: [PATCH] ASTImportTest.sh: Fix the script ignoring all but the first file from a multi-source test when testing input equivalence --- scripts/ASTImportTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ASTImportTest.sh b/scripts/ASTImportTest.sh index 02125c921..350b8251c 100755 --- a/scripts/ASTImportTest.sh +++ b/scripts/ASTImportTest.sh @@ -98,7 +98,7 @@ do NSOURCES=$((NSOURCES - 1)) for i in $OUTPUT; do - testImportExportEquivalence $i $OUTPUT + testImportExportEquivalence "$i" "$OUTPUT" NSOURCES=$((NSOURCES + 1)) done elif [ ${SPLITSOURCES_RC} == 1 ]