diff options
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), |
