Skip to content

Commit c5a18ac

Browse files
committed
feat(asdf-vm.com): Test?
1 parent 94f16a1 commit c5a18ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asdf-vm.com/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source dev-container-features-test-lib
1212
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1313
# check <LABEL> <cmd> [args...]
1414

15-
# check "execute command" bash -c "/home/vscode/.asdf/bin/asdf --version" # TODO: Fix this test
15+
check "execute command" bash -c "asdf --version" # TODO: Fix this test
1616

1717
# Report results
1818
# If any of the checks above exited with a non-zero exit code, the test will fail.

0 commit comments

Comments
 (0)