Skip to content

Commit 577b51c

Browse files
Fix path to Node.js executable in test
1 parent ed30f8f commit 577b51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/node/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source dev-container-features-test-lib
88

99
# Feature-specific tests
1010
check "version" bash -c "node --version | grep -E 'v25\..+'"
11-
check "which node" bash -c "which node | grep /usr/bin/node"
11+
check "which node" bash -c "which node | grep /usr/local/share/node/bin/node"
1212

1313
# Report result
1414
reportResults

0 commit comments

Comments
 (0)