Skip to content

Commit 7df9a0c

Browse files
committed
Remove permission change in rubygems tests for unprivileged user
It is not necessary on github actions.
1 parent de64429 commit 7df9a0c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/windows_run_as_user

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ testpassword = "Password123+"
99
system("net user #{testuser} /del 2>NUL")
1010
# Create a new non-admin user
1111
system("net user #{testuser} \"#{testpassword}\" /add")
12-
# Give the new user full access permission on the working directory
13-
system("icacls . /grant #{testuser}:(OI)(CI)(IO)F")
1412

1513
pinfo = nil
1614
IO.pipe do |stdout_read, stdout_write|

0 commit comments

Comments
 (0)