diff options
Diffstat (limited to 'helper/helper_test.go')
| -rw-r--r-- | helper/helper_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helper/helper_test.go b/helper/helper_test.go index cc6f892e..ef4b6bca 100644 --- a/helper/helper_test.go +++ b/helper/helper_test.go @@ -38,7 +38,6 @@ func argF(argsFd, statFd int) []string { func argFChecked(argsFd, statFd int) (args []string) { args = make([]string, 0, 6) - args = append(args, "-test.run=TestHelperStub", "--") if argsFd > -1 { args = append(args, "--args", strconv.Itoa(argsFd)) } |
