We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed30f8f commit 577b51cCopy full SHA for 577b51c
1 file changed
test/node/test.sh
@@ -8,7 +8,7 @@ source dev-container-features-test-lib
8
9
# Feature-specific tests
10
check "version" bash -c "node --version | grep -E 'v25\..+'"
11
-check "which node" bash -c "which node | grep /usr/bin/node"
+check "which node" bash -c "which node | grep /usr/local/share/node/bin/node"
12
13
# Report result
14
reportResults
0 commit comments