move rootfstest to tartest

it's not "rootfs" or "docker" any more.
This commit is contained in:
2021-05-24 00:11:58 +03:00
parent 81db130c94
commit ccd34cf34b
6 changed files with 32 additions and 37 deletions

View File

@@ -20,7 +20,7 @@ go_test(
],
embed = [":go_default_library"],
deps = [
"//src/undocker/rootfs/rootfstest:go_default_library",
"//src/undocker/internal/tartest:go_default_library",
"@com_github_stretchr_testify//assert:go_default_library",
"@com_github_stretchr_testify//require:go_default_library",
],