aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/executable_test.go')
-rw-r--r--src/os/executable_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/executable_test.go b/src/os/executable_test.go
index c835bb436b..98b72d7d5e 100644
--- a/src/os/executable_test.go
+++ b/src/os/executable_test.go
@@ -30,7 +30,7 @@ func TestExecutable(t *testing.T) {
t.Fatalf("filepath.Rel: %v", err)
}
- cmd := testenv.Command(t, fn, "-test.run=XXXX")
+ cmd := testenv.Command(t, fn, "-test.run=^$")
// make child start with a relative program path
cmd.Dir = dir
cmd.Path = fn