Skip to content

Commit 9630be7

Browse files
committed
fix: Fixed tests so they also work on linux with a different shell.
1 parent 4186184 commit 9630be7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pty/background-pty.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ describe('BackgroundPty tests', () => {
4848
expect(resultFailed).toMatchObject({
4949
status: 'error',
5050
exitCode: 1,
51-
data: 'sjkdhsakjdhjkash not found' // This might change on different os or shells. Keep for now.
5251
})
5352

5453
await pty.kill();

src/pty/sequential-pty.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe('SequentialPty tests', () => {
3636
expect(resultFailed).toMatchObject({
3737
status: 'error',
3838
exitCode: 1,
39-
data: 'sjkdhsakjdhjkash not found' // This might change on different os or shells. Keep for now.
4039
})
4140
});
4241

0 commit comments

Comments
 (0)