From 3964223049752cb5ea6767ece4e19dae94bc5f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 31 May 2021 21:45:15 +0300 Subject: [PATCH] move tartest to rootfs/internal --- {internal => rootfs/internal}/tartest/tartest.go | 0 {internal => rootfs/internal}/tartest/tartest_test.go | 0 rootfs/rootfs_test.go | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {internal => rootfs/internal}/tartest/tartest.go (100%) rename {internal => rootfs/internal}/tartest/tartest_test.go (100%) diff --git a/internal/tartest/tartest.go b/rootfs/internal/tartest/tartest.go similarity index 100% rename from internal/tartest/tartest.go rename to rootfs/internal/tartest/tartest.go diff --git a/internal/tartest/tartest_test.go b/rootfs/internal/tartest/tartest_test.go similarity index 100% rename from internal/tartest/tartest_test.go rename to rootfs/internal/tartest/tartest_test.go diff --git a/rootfs/rootfs_test.go b/rootfs/rootfs_test.go index 245b6c9..df6b178 100644 --- a/rootfs/rootfs_test.go +++ b/rootfs/rootfs_test.go @@ -7,7 +7,7 @@ import ( "reflect" "testing" - "git.sr.ht/~motiejus/undocker/internal/tartest" + "git.sr.ht/~motiejus/undocker/rootfs/internal/tartest" ) type (