Skip to content

Commit

Permalink
status.code from run is coming back 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Feb 26, 2023
1 parent 8a91ff7 commit af3f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tea.scripts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ it(suite, "tea script that tea doesn’t know what to do with errors cleanly", a
`
}).chmod(0o500)
const out = await this.run({args: [fixture.string], throws: false})
assertEquals(out, 103)
assertEquals(out, 1)
})

it(suite, "tea shebang but executed via tea interprets shebang", async function() {
Expand Down

0 comments on commit af3f37b

Please sign in to comment.