summaryrefslogtreecommitdiff
path: root/yarns/0200-repo-formats.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-21 19:01:27 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-21 19:01:27 +0000
commita55dc6f111dcffa36fae1a03f9eda0bbdfb6f41b (patch)
treee0dab67618186bdc27970f632ff67a114479da94 /yarns/0200-repo-formats.yarn
parent4a974f24c686220a89bf943eaeda4965bf39c347 (diff)
downloadobnam-a55dc6f111dcffa36fae1a03f9eda0bbdfb6f41b.tar.gz
Fix test suite failures on TMPDIR without user xattr
Remove use of extended attributes from some tests. Make the remaining tests be conditional on whether extended attributes actually work in the temporary directory (in the user.* namespace).
Diffstat (limited to 'yarns/0200-repo-formats.yarn')
-rw-r--r--yarns/0200-repo-formats.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/yarns/0200-repo-formats.yarn b/yarns/0200-repo-formats.yarn
index 6520fbfd..646fe58a 100644
--- a/yarns/0200-repo-formats.yarn
+++ b/yarns/0200-repo-formats.yarn
@@ -34,6 +34,7 @@ better.
First, the normal one reference repository.
SCENARIO use repository format 6
+ ASSUMING extended attributes are allowed for users
GIVEN unpacked test data from test-data/repo-format-6-encrypted-deflated.tar.xz in T
WHEN user havelock restores generation 1 in T/repo to R1
THEN restored data in R1 matches T/manifest-1
@@ -43,6 +44,7 @@ First, the normal one reference repository.
Then, the in-tree repository.
SCENARIO use repository format 6 with in-tree data
+ ASSUMING extended attributes are allowed for users
GIVEN unpacked test data from test-data/repo-format-6-in-tree-data.tar.xz in T
WHEN user havelock restores generation 1 in T/repo to R1
THEN restored data in R1 matches T/manifest-1