eio: forgot to test when xattr tests are disable.

This commit is contained in:
Cedric BAIL 2015-04-19 09:50:29 +02:00
parent d7bad56e72
commit 880310617e
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ void eio_test_xattr(TCase *tc)
#ifdef XATTR_TEST_DIR
tcase_add_test(tc, eio_test_xattr_set);
#else
(void)tc
(void)tc;
#endif
}