fix broken tests

This commit is contained in:
vishalnayak
2015-09-19 12:33:52 -04:00
parent 4474e04ed1
commit 6bb58f9e69
2 changed files with 3 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ func (d StaticSystemView) MaxLeaseTTL() time.Duration {
}
func (d StaticSystemView) SudoPrivilege(path, policy string) bool {
return false
return policy == "root"
}