aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/op_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/op_test.go')
-rw-r--r--internal/system/op_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/op_test.go b/internal/system/op_test.go
index 28929e6c..3e8c4d2d 100644
--- a/internal/system/op_test.go
+++ b/internal/system/op_test.go
@@ -100,7 +100,7 @@ func TestI_Equal(t *testing.T) {
"op type mismatch",
system.New(150).
ChangeHosts("chronos").
- CopyFile("/tmp/fortify.1971/30c9543e0a2c9621a8bfecb9d874c347/pulse-cookie", "/home/ophestra/xdg/config/pulse/cookie"),
+ CopyFile(new([]byte), "/home/ophestra/xdg/config/pulse/cookie", 0, 256),
system.New(150).
ChangeHosts("chronos").
Ensure("/run", 0755),