aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/container_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/container_test.go b/sandbox/container_test.go
index d7b774f7..72c50699 100644
--- a/sandbox/container_test.go
+++ b/sandbox/container_test.go
@@ -30,7 +30,7 @@ func TestContainer(t *testing.T) {
{
oldVerbose := hlog.Load()
oldOutput := sandbox.GetOutput()
- internal.InstallFmsg(true)
+ internal.InstallOutput(true)
t.Cleanup(func() { hlog.Store(oldVerbose) })
t.Cleanup(func() { sandbox.SetOutput(oldOutput) })
}
@@ -202,7 +202,7 @@ func TestHelperInit(t *testing.T) {
return
}
sandbox.SetOutput(hlog.Output{})
- sandbox.Init(hlog.Prepare, internal.InstallFmsg)
+ sandbox.Init(hlog.Prepare, internal.InstallOutput)
}
func TestHelperCheckContainer(t *testing.T) {