commit 3964223049752cb5ea6767ece4e19dae94bc5f98 (tree) parent ccdea382b653789e806d5b6817be15907226fd62 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 31 May 2021 21:45:15 +0300 move tartest to rootfs/internal Diffstat:
| R | internal/tartest/tartest.go -> rootfs/internal/tartest/tartest.go | | | 0 | |
| R | internal/tartest/tartest_test.go -> rootfs/internal/tartest/tartest_test.go | | | 0 | |
| M | rootfs/rootfs_test.go | | | 2 | +- |
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/internal/tartest/tartest.go b/rootfs/internal/tartest/tartest.go diff --git a/internal/tartest/tartest_test.go b/rootfs/internal/tartest/tartest_test.go diff --git 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 (