Skip to content

Commit 329dc51

Browse files
committed
Remove fish tracing
1 parent de9f95a commit 329dc51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftlyTests/E2ETests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ final class E2ETests: SwiftlyTests {
9494
} else if shell.hasSuffix("zsh") {
9595
env["ZDOTDIR"] = FileManager.default.homeDirectoryForCurrentUser.path
9696
} else if shell.hasSuffix("fish") {
97-
env["fish_trace"] = "on"
9897
env["XDG_CONFIG_HOME"] = "/root/.config"
9998
}
10099

0 commit comments

Comments
 (0)