aboutsummaryrefslogtreecommitdiff
path: root/lib/tar/test/tar_xattr_bin.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tar/test/tar_xattr_bin.c')
-rw-r--r--lib/tar/test/tar_xattr_bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tar/test/tar_xattr_bin.c b/lib/tar/test/tar_xattr_bin.c
index f897bce..94c8d76 100644
--- a/lib/tar/test/tar_xattr_bin.c
+++ b/lib/tar/test/tar_xattr_bin.c
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
TEST_EQUAL_UI(hdr.mtime, 1543094477);
TEST_STR_EQUAL(hdr.name, "input.txt");
TEST_ASSERT(!hdr.unknown_record);
- TEST_ASSERT(istream_read(fp, buffer, 5) == 5);
+ TEST_ASSERT(sqfs_istream_read(fp, buffer, 5) == 5);
buffer[5] = '\0';
TEST_STR_EQUAL(buffer, "test\n");