tests.sh: rename $tmp to avoid conflict with the $tmp env var
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 17 Nov 2016 10:19:48 +0000 (05:19 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sat, 19 Nov 2016 18:25:45 +0000 (13:25 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/tests.sh

index 02e8912..a120e57 100755 (executable)
@@ -580,8 +580,8 @@ for ii in "$@"; do
        # Sould we skip the file for this engine?
        need_skip "$f" "$f" "$pack" && continue
 
-       tmp=${ii/../AA}
-       if [ "x$tmp" = "x$ii" ]; then
+       local_tmp=${ii/../AA}
+       if [ "x$local_tmp" = "x$ii" ]; then
                includes="-I . -I ../lib/core -I ../lib/core/collection -I alt"
        else
                includes="-I alt"