aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/xhost_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/xhost_test.go')
-rw-r--r--system/xhost_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xhost_test.go b/system/xhost_test.go
index bcff3a54..759f7536 100644
--- a/system/xhost_test.go
+++ b/system/xhost_test.go
@@ -42,7 +42,7 @@ func TestXHostOp(t *testing.T) {
})
checkOpsBuilder(t, "ChangeHosts", []opsBuilderTestCase{
- {"xhost", 0xcafebabe, func(_ *testing.T, sys *I) {
+ {"xhost", 0xcafe, func(_ *testing.T, sys *I) {
sys.ChangeHosts("chronos")
}, []Op{
xhostOp("chronos"),