We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asdf-vm.com
1 parent 94f16a1 commit c5a18acCopy full SHA for c5a18ac
test/asdf-vm.com/test.sh
@@ -12,7 +12,7 @@ source dev-container-features-test-lib
12
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
13
# check <LABEL> <cmd> [args...]
14
15
-# check "execute command" bash -c "/home/vscode/.asdf/bin/asdf --version" # TODO: Fix this test
+check "execute command" bash -c "asdf --version" # TODO: Fix this test
16
17
# Report results
18
# If any of the checks above exited with a non-zero exit code, the test will fail.
0 commit comments