From a5fbdab3c096152dd3a318c0c23da9465815aa69 Mon Sep 17 00:00:00 2001
From: Samruddhi Khandale <skhandale@microsoft.com>
Date: Tue, 6 Sep 2022 13:50:11 -0700
Subject: fix bug - Debian / Ubuntu base conda-notice.txt error  (#135)

* fix bug

* move config

* fix tests
---
 test/anaconda/test.sh       | 1 +
 test/conda/install_conda.sh | 1 +
 test/conda/test.sh          | 1 +
 3 files changed, 3 insertions(+)

(limited to 'test')

diff --git a/test/anaconda/test.sh b/test/anaconda/test.sh
index 511291a..c2eafe0 100755
--- a/test/anaconda/test.sh
+++ b/test/anaconda/test.sh
@@ -7,6 +7,7 @@ source dev-container-features-test-lib
 
 # Definition specific tests
 check "version" conda --version
+check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt
 
 # Report result
 reportResults
\ No newline at end of file
diff --git a/test/conda/install_conda.sh b/test/conda/install_conda.sh
index 92fd2e0..efe7f5e 100644
--- a/test/conda/install_conda.sh
+++ b/test/conda/install_conda.sh
@@ -7,6 +7,7 @@ source dev-container-features-test-lib
 
 check "conda" conda --version | grep 4.12.0
 check "conda-forge" conda config --show channels | grep conda-forge
+check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt
 
 # Report result
 reportResults
diff --git a/test/conda/test.sh b/test/conda/test.sh
index 69120d9..24755c5 100755
--- a/test/conda/test.sh
+++ b/test/conda/test.sh
@@ -7,6 +7,7 @@ source dev-container-features-test-lib
 
 # Definition specific tests
 check "version" conda --version
+check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt
 
 # Report result
 reportResults
-- 
cgit v1.2.3