summaryrefslogtreecommitdiff
path: root/tests/memcp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memcp.cc')
-rw-r--r--tests/memcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/memcp.cc b/tests/memcp.cc
index 4139437b..d49b1775 100644
--- a/tests/memcp.cc
+++ b/tests/memcp.cc
@@ -66,7 +66,7 @@ static test_return_t help_test(void *)
static test_return_t server_test(void *)
{
int fd;
- std::string tmp_file= create_tmpfile("memcp", fd);
+ std::string tmp_file= libtest::create_tmpfile("memcp", fd);
ASSERT_TRUE(tmp_file.c_str());
struct stat buf;
ASSERT_EQ(fstat(fd, &buf), 0);