aboutsummaryrefslogtreecommitdiff
path: root/tests/tar_xattr_schily.c
blob: 1ca735bc1c83ff0b454579394cf68c055bbe7e03 (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_schily.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-schily.tar");
	return EXIT_SUCCESS;
}