Changeset 7ab7075f in mainline for uspace/lib/posix/test/stdio.c
- Timestamp:
- 2018-08-06T18:40:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1dcba91
- Parents:
- 7afd12e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/test/stdio.c
r7afd12e5 r7ab7075f 47 47 str_length("/tmp/tmp.")) == 0); 48 48 49 f = fopen(p, "w+ ");49 f = fopen(p, "w+x"); 50 50 PCUT_ASSERT_NOT_NULL(f); 51 51 … … 66 66 str_length("/tmp/tmp.")) == 0); 67 67 68 f = fopen(p, "w+ ");68 f = fopen(p, "w+x"); 69 69 PCUT_ASSERT_NOT_NULL(f); 70 70 … … 85 85 str_length(P_tmpdir "/tmp.")) == 0); 86 86 87 f = fopen(p, "w+ ");87 f = fopen(p, "w+x"); 88 88 PCUT_ASSERT_NOT_NULL(f); 89 89
Note:
See TracChangeset
for help on using the changeset viewer.