aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/dispatcher_test.go2
-rw-r--r--internal/outcome/hsu_test.go2
-rw-r--r--internal/outcome/shim_test.go2
-rw-r--r--internal/outcome/spaccount_test.go2
-rw-r--r--internal/outcome/spcontainer_test.go2
-rw-r--r--internal/outcome/spdbus_test.go2
-rw-r--r--internal/outcome/sppipewire_test.go2
-rw-r--r--internal/outcome/sppulse_test.go2
-rw-r--r--internal/outcome/spruntime_test.go2
-rw-r--r--internal/outcome/sptmpdir_test.go2
-rw-r--r--internal/outcome/spwayland_test.go2
-rw-r--r--internal/outcome/spx11_test.go2
12 files changed, 12 insertions, 12 deletions
diff --git a/internal/outcome/dispatcher_test.go b/internal/outcome/dispatcher_test.go
index a11fb869..a099df58 100644
--- a/internal/outcome/dispatcher_test.go
+++ b/internal/outcome/dispatcher_test.go
@@ -22,8 +22,8 @@ import (
"hakurei.app/container"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
"hakurei.app/hst"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
"hakurei.app/message"
)
diff --git a/internal/outcome/hsu_test.go b/internal/outcome/hsu_test.go
index 4ee7fa9c..f5654445 100644
--- a/internal/outcome/hsu_test.go
+++ b/internal/outcome/hsu_test.go
@@ -9,8 +9,8 @@ import (
"testing"
"unsafe"
- "hakurei.app/container/stub"
"hakurei.app/hst"
+ "hakurei.app/internal/stub"
)
func TestHsu(t *testing.T) {
diff --git a/internal/outcome/shim_test.go b/internal/outcome/shim_test.go
index aa8220b8..08f037da 100644
--- a/internal/outcome/shim_test.go
+++ b/internal/outcome/shim_test.go
@@ -12,11 +12,11 @@ import (
"hakurei.app/container"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
"hakurei.app/ext"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/env"
+ "hakurei.app/internal/stub"
)
func TestShimEntrypoint(t *testing.T) {
diff --git a/internal/outcome/spaccount_test.go b/internal/outcome/spaccount_test.go
index c1693dd8..f94e4591 100644
--- a/internal/outcome/spaccount_test.go
+++ b/internal/outcome/spaccount_test.go
@@ -6,8 +6,8 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
+ "hakurei.app/internal/stub"
)
func TestSpAccountOp(t *testing.T) {
diff --git a/internal/outcome/spcontainer_test.go b/internal/outcome/spcontainer_test.go
index d1f26468..7dd47735 100644
--- a/internal/outcome/spcontainer_test.go
+++ b/internal/outcome/spcontainer_test.go
@@ -11,11 +11,11 @@ import (
"hakurei.app/container"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
)
diff --git a/internal/outcome/spdbus_test.go b/internal/outcome/spdbus_test.go
index 350fc326..6f357193 100644
--- a/internal/outcome/spdbus_test.go
+++ b/internal/outcome/spdbus_test.go
@@ -5,11 +5,11 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"
"hakurei.app/internal/helper"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
"hakurei.app/message"
)
diff --git a/internal/outcome/sppipewire_test.go b/internal/outcome/sppipewire_test.go
index 3259915c..1e3dab6a 100644
--- a/internal/outcome/sppipewire_test.go
+++ b/internal/outcome/sppipewire_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/pipewire"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
)
diff --git a/internal/outcome/sppulse_test.go b/internal/outcome/sppulse_test.go
index 9b014470..f1abccaa 100644
--- a/internal/outcome/sppulse_test.go
+++ b/internal/outcome/sppulse_test.go
@@ -9,9 +9,9 @@ import (
"hakurei.app/check"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/acl"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
)
diff --git a/internal/outcome/spruntime_test.go b/internal/outcome/spruntime_test.go
index bd7ad37c..e083f7c3 100644
--- a/internal/outcome/spruntime_test.go
+++ b/internal/outcome/spruntime_test.go
@@ -5,10 +5,10 @@ import (
"hakurei.app/container"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
)
diff --git a/internal/outcome/sptmpdir_test.go b/internal/outcome/sptmpdir_test.go
index fd9dc1df..620f51b0 100644
--- a/internal/outcome/sptmpdir_test.go
+++ b/internal/outcome/sptmpdir_test.go
@@ -5,10 +5,10 @@ import (
"hakurei.app/container"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
)
diff --git a/internal/outcome/spwayland_test.go b/internal/outcome/spwayland_test.go
index 828cc86c..7cc4ba84 100644
--- a/internal/outcome/spwayland_test.go
+++ b/internal/outcome/spwayland_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/acl"
+ "hakurei.app/internal/stub"
"hakurei.app/internal/system"
"hakurei.app/internal/wayland"
)
diff --git a/internal/outcome/spx11_test.go b/internal/outcome/spx11_test.go
index d4c10902..0ede2d65 100644
--- a/internal/outcome/spx11_test.go
+++ b/internal/outcome/spx11_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/acl"
+ "hakurei.app/internal/stub"
)
func TestSpX11Op(t *testing.T) {