win_acl - remove test return values

(cherry picked from commit 1034b892df)
This commit is contained in:
Jordan Borean 2019-03-27 10:01:31 +10:00 committed by Toshio Kuratomi
parent 8a05e37298
commit b967c99ea3

View file

@ -215,8 +215,6 @@ Try {
}
}
Catch {
$result.exception = ($_ | Out-String)
$result.test = ($pwd.Path)
Fail-Json -obj $result -message "an error occurred when attempting to $state $rights permission(s) on $path for $user - $($_.Exception.Message)"
}
Finally {