aboutsummaryrefslogtreecommitdiff
path: root/test/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'test/anaconda')
-rw-r--r--test/anaconda/test.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/anaconda/test.sh b/test/anaconda/test.sh
new file mode 100644
index 0000000..511291a
--- /dev/null
+++ b/test/anaconda/test.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+
+# Optional: Import test library
+source dev-container-features-test-lib
+
+# Definition specific tests
+check "version" conda --version
+
+# Report result
+reportResults \ No newline at end of file