Skip to content

Commit

Permalink
Merge pull request #10261 from pshipton/gid
Browse files Browse the repository at this point in the history
Fix port/shmem test
  • Loading branch information
keithc-ca committed Jul 28, 2020
2 parents aaabfd7 + 931a87f commit ebc616a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tests/port/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1628,12 +1628,12 @@ j9shmem_test15(J9PortLibrary *portLibrary, char* argv0)
}
case 4: {
outputComment(PORTLIB, "\tSub Test %d: test a uid change\n", i+1);
newfileinfo.uid = 0;
newfileinfo.uid += 1;
break;
}
case 5: {
outputComment(PORTLIB, "\tSub Test %d:test a gid change\n", i+1);
newfileinfo.gid = 0;
newfileinfo.gid += 1;
break;
}
case 6: {
Expand Down

0 comments on commit ebc616a

Please sign in to comment.