Skip to content

Commit eb7cbc7

Browse files
committed
Update npx test to check for string from npm exec
1 parent 24403eb commit eb7cbc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/com/github/gradle/node/SystemVersion_integTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SystemVersion_integTest extends AbstractIntegTest {
4040

4141
then:
4242
result4.task(":npxHelp").outcome == TaskOutcome.SUCCESS
43-
result4.output.contains("npx --shell-auto-fallback [shell]")
43+
result4.output.contains("Run a command from a local or remote npm package")
4444

4545
when:
4646
def result5 = build(":yarnHelp")

0 commit comments

Comments
 (0)