Changeset 79ea5af in mainline for uspace/lib/pcut/src/os/helenos.c
- Timestamp:
- 2017-03-30T20:47:53Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67e881c
- Parents:
- ae7bfbbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
rae7bfbbd r79ea5af 43 43 #include <fcntl.h> 44 44 #include <fibril_synch.h> 45 #include <vfs/vfs.h> 45 46 #include "../internal.h" 46 47 … … 219 220 leave_close_tempfile: 220 221 close(tempfile); 221 unlink(tempfile_name);222 vfs_unlink_path(tempfile_name); 222 223 223 224 pcut_report_test_done_unparsed(test, status, extra_output_buffer, OUTPUT_BUFFER_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.