diff options
author | Shikanime Deva <shikalegend@gmail.com> | 2023-08-10 02:20:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 02:20:27 +0300 |
commit | 9e75db9a1dbcc245f94707c0917470143c17595b (patch) | |
tree | bc8d73cd6c7347ce10ced021cbda9ae9ce54bd81 /test/node/zsh_default.sh | |
parent | f2594c5cc85e18450a31865f8387c8dc064006f2 (diff) |
Avoid unexpected shell expansion (#645)feature_node_1.2.1
* Avoid unexpected shell expansion
* Add install Node with ZSH as default test
* Fix LTS only work on >bionic
* Bump Node feature version
* Remove huge universal image on scenarios
Diffstat (limited to 'test/node/zsh_default.sh')
-rwxr-xr-x | test/node/zsh_default.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/node/zsh_default.sh b/test/node/zsh_default.sh new file mode 100755 index 0000000..c7c9e57 --- /dev/null +++ b/test/node/zsh_default.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +# Definition specific tests +check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10" + +# Report result +reportResults |