summaryrefslogtreecommitdiffstats
path: root/src/tests/files-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/files-tests.c')
-rw-r--r--src/tests/files-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/files-tests.c b/src/tests/files-tests.c
index 8b649e77f..e8bd3b97d 100644
--- a/src/tests/files-tests.c
+++ b/src/tests/files-tests.c
@@ -193,7 +193,7 @@ START_TEST(test_simple_copy)
tmp = talloc_asprintf(test_ctx, "%s/bar", dst_path);
ret = check_and_open_readonly(tmp, &fd, uid, gid, S_IFREG|S_IRWXU, 0);
- fail_unless(ret == EOK, "Cannot open %s\n");
+ fail_unless(ret == EOK, "Cannot open %s\n", tmp);
close(fd);
talloc_free(tmp);
}