mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
entry_pathname_test_helper: these tests need extended attributes
Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #366 Approved by: cgwalters
This commit is contained in:
parent
56e652035b
commit
f38c33fec8
@ -433,6 +433,9 @@ entry_pathname_test_helper (gconstpointer data, gboolean on)
|
|||||||
OstreeRepoCommitModifier *modifier = NULL;
|
OstreeRepoCommitModifier *modifier = NULL;
|
||||||
gboolean met_etc_file = FALSE;
|
gboolean met_etc_file = FALSE;
|
||||||
|
|
||||||
|
if (skip_if_no_xattr (td))
|
||||||
|
goto out;
|
||||||
|
|
||||||
modifier = ostree_repo_commit_modifier_new (0, NULL, NULL, NULL);
|
modifier = ostree_repo_commit_modifier_new (0, NULL, NULL, NULL);
|
||||||
ostree_repo_commit_modifier_set_xattr_callback (modifier, path_cb,
|
ostree_repo_commit_modifier_set_xattr_callback (modifier, path_cb,
|
||||||
NULL, &met_etc_file);
|
NULL, &met_etc_file);
|
||||||
|
Loading…
Reference in New Issue
Block a user