From 476d7f5a263ed338cc6dbde7395d28b65ce9b515 Mon Sep 17 00:00:00 2001 From: "tgauth@bu.edu" Date: Wed, 29 Nov 2023 16:54:45 -0500 Subject: [PATCH] add comments to bash test changes --- regress/scp.sh | 1 + regress/scp3.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/regress/scp.sh b/regress/scp.sh index d95e94773..2ad4e49f5 100644 --- a/regress/scp.sh +++ b/regress/scp.sh @@ -35,6 +35,7 @@ forest() { scpclean rm -rf ${DIR2} cp ${DATA} ${DIR}/copy +# symbolic link test coverage on Windows is in SCP.Tests.ps1 if [ "$os" != "windows" ]; then ln -s ${DIR}/copy ${DIR}/copy-sym fi diff --git a/regress/scp3.sh b/regress/scp3.sh index c87701344..53164db6c 100644 --- a/regress/scp3.sh +++ b/regress/scp3.sh @@ -25,6 +25,7 @@ forest() { scpclean rm -rf ${DIR2} cp ${DATA} ${DIR}/copy +# symbolic link test coverage on Windows is in SCP.Tests.ps1 if [ "$os" != "windows" ]; then ln -s ${DIR}/copy ${DIR}/copy-sym fi