aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/system_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-13 01:12:44 +0900
committerOphestra <cat@gensokyo.uk>2025-10-13 01:12:44 +0900
commit763ab27e09b481dbe38099385ec6dd423d8d8ad3 (patch)
treeb049c7b093c309b7a1bae3661bc9817ca2b323cd /system/system_test.go
parentbff2a1e748f04c4e7af9b28a03f608f87fcf1a33 (diff)
system: remove tmpfiles
This is no longer used. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/system_test.go')
-rw-r--r--system/system_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/system_test.go b/system/system_test.go
index 91b68565..6d217475 100644
--- a/system/system_test.go
+++ b/system/system_test.go
@@ -149,7 +149,7 @@ func TestEqual(t *testing.T) {
{"op type mismatch",
New(t.Context(), message.NewMsg(nil), 150).
ChangeHosts("chronos").
- CopyFile(new([]byte), m("/home/ophestra/xdg/config/pulse/cookie"), 0, 256),
+ Wayland(m("/proc/nonexistent/dst"), m("/proc/nonexistent/src"), "\x00", "\x00"),
New(t.Context(), message.NewMsg(nil), 150).
ChangeHosts("chronos").
Ensure(m("/run"), 0755),