We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9f95a commit 329dc51Copy full SHA for 329dc51
Tests/SwiftlyTests/E2ETests.swift
@@ -94,7 +94,6 @@ final class E2ETests: SwiftlyTests {
94
} else if shell.hasSuffix("zsh") {
95
env["ZDOTDIR"] = FileManager.default.homeDirectoryForCurrentUser.path
96
} else if shell.hasSuffix("fish") {
97
- env["fish_trace"] = "on"
98
env["XDG_CONFIG_HOME"] = "/root/.config"
99
}
100
0 commit comments