mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
r11456@Kushana: nickm | 2006-12-07 10:09:55 -0500
oops; removed one unmap too many in the tests. svn:r9040
This commit is contained in:
parent
e6c467fe07
commit
8249f5d676
1 changed files with 1 additions and 0 deletions
|
@ -1302,6 +1302,7 @@ test_mmap(void)
|
|||
/* make sure we can unlink. */
|
||||
test_assert(unlink(fname1) == 0);
|
||||
test_streq(mapping->data, "Short file.");
|
||||
tor_munmap_file(mapping);
|
||||
#endif
|
||||
|
||||
/* Make sure that we fail to map a no-longer-existent file. */
|
||||
|
|
Loading…
Add table
Reference in a new issue