Changeset 08e103d4 in mainline for uspace/lib/posix/test/stdio.c
- Timestamp:
- 2019-02-05T18:26:05Z (6 years ago)
- Children:
- 1d2f85e
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 16:16:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 18:26:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/test/stdio.c
rd066259 r08e103d4 45 45 46 46 PCUT_ASSERT_TRUE(str_lcmp(p, "/tmp/tmp.", 47 str_ length("/tmp/tmp.")) == 0);47 str_code_points("/tmp/tmp.")) == 0); 48 48 49 49 f = fopen(p, "w+x"); … … 64 64 65 65 PCUT_ASSERT_TRUE(str_lcmp(p, "/tmp/tmp.", 66 str_ length("/tmp/tmp.")) == 0);66 str_code_points("/tmp/tmp.")) == 0); 67 67 68 68 f = fopen(p, "w+x"); … … 83 83 84 84 PCUT_ASSERT_TRUE(str_lcmp(p, P_tmpdir "/tmp.", 85 str_ length(P_tmpdir "/tmp.")) == 0);85 str_code_points(P_tmpdir "/tmp.")) == 0); 86 86 87 87 f = fopen(p, "w+x");
Note:
See TracChangeset
for help on using the changeset viewer.