aboutsummaryrefslogtreecommitdiff
path: root/test/conda/test.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-08 23:08:06 +0300
committerSamruddhi Khandale <skhandale@microsoft.com>2022-11-08 23:08:06 +0300
commit91b8a145251afa580f35feb5f800bd1e4492a2b0 (patch)
tree05934dd8d88ba80d9e41d7f416606210e9ab5d3c /test/conda/test.sh
parent3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff)
Diffstat (limited to 'test/conda/test.sh')
-rwxr-xr-xtest/conda/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh
index f300217..7c0df29 100755
--- a/test/conda/test.sh
+++ b/test/conda/test.sh
@@ -10,7 +10,7 @@ check "version" conda --version
check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt
# Check env
-check "CONDA_SCRIPT is set correctly" echo $CONDA_SCRIPT | grep "/opt/conda/etc/profile.d/conda.sh"
+check "CONDA_SCRIPT is set correctly" bash -c "echo $CONDA_SCRIPT | grep "/opt/conda/etc/profile.d/conda.sh""
# Report result
reportResults