tests: Fix compilation of fdio test

Not sure how I missed this before.
This commit is contained in:
Colin Walters
2017-06-27 21:17:58 -04:00
parent 6c2967c1ad
commit 01e934c18e

View File

@@ -80,7 +80,7 @@ test_renameat2_noreplace (void)
glnx_set_error_from_errno (error);
goto out;
}
if (!glnx_fstatat (destfd, "bar", &stbuf, AT_SYMLINK_NOFOLLOW))
if (!glnx_fstatat (destfd, "bar", &stbuf, AT_SYMLINK_NOFOLLOW, error))
goto out;
if (fstatat (srcfd, "foo", &stbuf, AT_SYMLINK_NOFOLLOW) == 0)