summaryrefslogtreecommitdiff
path: root/tests/tar_xattr_bsd.c
blob: 4918afeaf25c6962c2fe0baf063bd5f97fe4f294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-3.0-or-later */
/*
 * tar_xattr_bsd.c
 *
 * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
 */
#include "test_tar.h"

int main(void)
{
	TEST_ASSERT(chdir(TEST_PATH) == 0);

	test_case_xattr_simple("xattr/xattr-libarchive.tar");
	return EXIT_SUCCESS;
}