We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffb909 commit 5ccf134Copy full SHA for 5ccf134
myexec/cmd_uixt_test.go
@@ -2,7 +2,7 @@ package myexec
2
3
import "testing"
4
5
-func TestRunShell(t *testing.T) {
+func TestRunShellUnix(t *testing.T) {
6
exitCode, err := RunShell("echo hello world")
7
if err != nil {
8
t.Fatal(err)
myexec/cmd_windows_test.go
+func TestRunShellWindows(t *testing.T) {
0 commit comments