Revert accidental commit.

This commit is contained in:
Andrew Cagney 2004-01-02 22:53:12 +00:00
parent ee84457a00
commit ede47fe902
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ test_open ()
close (ret);
/* Open for write but no write permission */
errno = 0;
ret = open (NOWRITE, O_CREAT | O_RDONLY, S_IRUSR);
ret = open (NOWRITE, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR);
if (ret >= 0)
{
close (ret);