Typo
This commit is contained in:
parent
1f35eb165d
commit
051d080a67
@ -143,7 +143,7 @@ func TestQemuSystemCommand(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output, err = qemu.Command("user", "cat /etc/shadow")
|
output, err = qemu.Command("user", "cat /etc/shadow")
|
||||||
if err == nil { // unsucessful is good because user must not read /etc/shadow
|
if err == nil { // unsuccessful is good because user must not read /etc/shadow
|
||||||
t.Fatal("User have rights for /etc/shadow. WAT?!")
|
t.Fatal("User have rights for /etc/shadow. WAT?!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user