aboutsummaryrefslogtreecommitdiff
path: root/test/cli/run/log-test.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/run/log-test.test.ts')
-rw-r--r--test/cli/run/log-test.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/run/log-test.test.ts b/test/cli/run/log-test.test.ts
index 55c7d6d86..eb15dd592 100644
--- a/test/cli/run/log-test.test.ts
+++ b/test/cli/run/log-test.test.ts
@@ -32,7 +32,7 @@ it("should log .env by default", async () => {
env: bunEnv,
});
- expect(stderr?.toString().includes(".env")).toBe(true);
+ expect(stderr?.toString().includes(".env")).toBe(false);
});
function writeDirectoryTree(base: string, paths: Record<string, any>) {