diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_ext_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_ext_test.go b/executor/common_ext_test.go index 672ad7c74..00bca4494 100644 --- a/executor/common_ext_test.go +++ b/executor/common_ext_test.go @@ -52,7 +52,7 @@ func TestCommonExt(t *testing.T) { t.Fatal(err) } cfg.Executor = bin - cfg.Flags |= ipc.FlagDebug + opts.EnvFlags |= ipc.FlagDebug env, err := ipc.MakeEnv(cfg, 0) if err != nil { t.Fatalf("failed to create env: %v", err) |
