aboutsummaryrefslogtreecommitdiffhomepage
path: root/ldd
diff options
context:
space:
mode:
Diffstat (limited to 'ldd')
-rw-r--r--ldd/exec_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldd/exec_test.go b/ldd/exec_test.go
index 4621d335..0546b9ad 100644
--- a/ldd/exec_test.go
+++ b/ldd/exec_test.go
@@ -2,12 +2,10 @@ package ldd_test
import (
"errors"
- "os"
"os/exec"
"testing"
"hakurei.app/check"
- "hakurei.app/container"
"hakurei.app/ldd"
"hakurei.app/message"
)
@@ -42,5 +40,3 @@ func TestExec(t *testing.T) {
}
})
}
-
-func TestMain(m *testing.M) { container.TryArgv0(nil); os.Exit(m.Run()) }