win_acl - remove test return values

(cherry picked from commit 1034b892df)
pull/54704/head
Jordan Borean 7 years ago committed by Toshio Kuratomi
parent 8a05e37298
commit b967c99ea3

@ -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 {

Loading…
Cancel
Save