mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-06 07:56:55 +08:00
Update import paths for new repository
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ func TestCaptureTestFunc(t *testing.T) {
|
||||
if expected := "captureFunc"; frame.Function != expected {
|
||||
t.Fatalf("expteced function %q but recevied %q", expected, frame.Function)
|
||||
}
|
||||
if expected := "github.com/docker/libcontainer/stacktrace"; frame.Package != expected {
|
||||
if expected := "github.com/opencontainers/runc/libcontainer/stacktrace"; frame.Package != expected {
|
||||
t.Fatalf("expected package %q but received %q", expected, frame.Package)
|
||||
}
|
||||
if expected := "capture_test.go"; frame.File != expected {
|
||||
|
Reference in New Issue
Block a user