Skip permissions check test when run as root

This is because root has access to the file even when it is locked down in this simple test, so it always fails

Github issue: 11

Thanks to Deny Dias
This commit is contained in:
Duncan Ferguson 2014-09-19 22:39:48 +01:00
parent a93b3f3cac
commit 26e783be1c
3 changed files with 30 additions and 24 deletions

View file

@ -1,5 +1,6 @@
4.03_03 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Force tests to have English locale when user has something else set (Github issue: 10) (thanks to Emanuele Tomasi)
- Skip permissions check test when run as root as the results are invalid (Github issue: 11) (thanks to Deny Dias)
4.03_02 2014-08-10 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix behaviour when external cluster command is not defined or doesn't exist