We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c421f5 commit ebc9518Copy full SHA for ebc9518
main_test.go
@@ -99,9 +99,9 @@ func setupPOSIXEnv(env *testscript.Env) error {
99
})
100
}
101
102
-// Set up the testing environment for Windows. Works the same as on POSIX with
103
-// the exception that there isn't currently a convenient way to override the
104
-// shell, so that feature is skipped.
+// setupWindowsEnv sets up the testing environment for Windows. Works the same
+// as on POSIX with the exception that there isn't currently a convenient way
+// to override the shell, so that feature is skipped.
105
func setupWindowsEnv(env *testscript.Env) error {
106
binDir := filepath.Join(env.WorkDir, "bin")
107
env.Setenv("EDITOR", filepath.Join(binDir, "editor.cmd"))
0 commit comments