diff options
Diffstat (limited to 'test/azure-cli/install_extensions_bookworm.sh')
-rw-r--r-- | test/azure-cli/install_extensions_bookworm.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/azure-cli/install_extensions_bookworm.sh b/test/azure-cli/install_extensions_bookworm.sh new file mode 100644 index 0000000..3c281e6 --- /dev/null +++ b/test/azure-cli/install_extensions_bookworm.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +# Import test library for `check` command +source dev-container-features-test-lib + +./install_extensions.sh
\ No newline at end of file |