exa/xtests/permissions
Benjamin Sago ef18f9ca91 Protect xtests against different default users
The Vagrant tests assumed that there’d be a user called “vagrant” that would run the tests and create the files by default. Files would be owned by vagrant:vagrant by default, and this worked, until it came time to change that username. The naïve method was a search-and-replace, but this caused problems when the new user’s name wasn’t exactly the same length as the previous one.

So to fix this, we now have our own user, named after the first animal I thought of, that makes the files’ owners and groups independent of the default user of whichever VM image the xtests are running on.

Another place where it was hard-coded was the home directory, which was “/home/vagrant”, where the awkward testcases live. That last one has been changed to just “/testcases”, which has no mention of the user in it.
2017-04-28 19:34:23 +01:00

15 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/testcases/permissions/forbidden-directory: Permission denied (os error 13)
Permissions Size User Group Date Modified Name
.--------x 0 cassowary cassowary  1 Jan 12:34 001
.-------w- 0 cassowary cassowary  1 Jan 12:34 002
.------r-- 0 cassowary cassowary  1 Jan 12:34 004
.-----x--- 0 cassowary cassowary  1 Jan 12:34 010
.----w---- 0 cassowary cassowary  1 Jan 12:34 020
.---r----- 0 cassowary cassowary  1 Jan 12:34 040
.--x------ 0 cassowary cassowary  1 Jan 12:34 100
.-w------- 0 cassowary cassowary  1 Jan 12:34 200
.r-------- 0 cassowary cassowary  1 Jan 12:34 400
.rwxrwxrwx 0 cassowary cassowary  1 Jan 12:34 all-permissions
d--------- - cassowary cassowary  1 Jan 12:34 forbidden-directory
.--------- 0 cassowary cassowary  1 Jan 12:34 no-permissions