From a55dc6f111dcffa36fae1a03f9eda0bbdfb6f41b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 21 Mar 2014 19:01:27 +0000 Subject: 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). --- yarns/0050-multiple-clients.yarn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yarns/0050-multiple-clients.yarn') diff --git a/yarns/0050-multiple-clients.yarn b/yarns/0050-multiple-clients.yarn index 9119f034..e87f8128 100644 --- a/yarns/0050-multiple-clients.yarn +++ b/yarns/0050-multiple-clients.yarn @@ -12,8 +12,8 @@ for locking, which we assume will test that, and so in this yarn test suite we do not test concurrency at all. SCENARIO two clients sharing a repository - GIVEN directory L1 with interesting filesystem objects - AND directory L2 with interesting filesystem objects + GIVEN 64kB of new data in directory L1 + AND 96kB of new data in directory L2 AND a manifest of L1 in M1 AND a manifest of L2 in M2 WHEN user U1 backs up directory L1 to repository R @@ -50,7 +50,7 @@ verifies that you can list the clients even if you don't know an existing client's name. SCENARIO list clients without being in the client list - GIVEN directory L with interesting filesystem objects + GIVEN 1kB of new data in directory L WHEN user U1 backs up directory L to repository R THEN user U2 can see user U1 in repository R -- cgit v1.2.1