1
0
Fork 0
timestamps
dump_stack() 2018-12-10 02:34:01 +00:00
parent 1f35eb165d
commit 051d080a67
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func TestQemuSystemCommand(t *testing.T) {
}
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?!")
}
}