diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-13 01:12:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-13 01:12:44 +0900 |
| commit | 763ab27e09b481dbe38099385ec6dd423d8d8ad3 (patch) | |
| tree | b049c7b093c309b7a1bae3661bc9817ca2b323cd /system/system_test.go | |
| parent | bff2a1e748f04c4e7af9b28a03f608f87fcf1a33 (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.go | 2 |
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), |
