From 458bc5bc3861cd5b3785688e1812aa75f6c9834f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 5 Dec 2013 11:03:01 +0000 Subject: Yarn test interesting filesystem objects --- yarns/0030-basics.yarn | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'yarns/0030-basics.yarn') diff --git a/yarns/0030-basics.yarn b/yarns/0030-basics.yarn index 0628d4e1..e6bd85d2 100644 --- a/yarns/0030-basics.yarn +++ b/yarns/0030-basics.yarn @@ -78,3 +78,16 @@ create all the interesting filesystem objects, rather than spelling them out in the scenarios. This is because that helper tool is used by other parts of Obnam's test suite as well, and this reduces code duplication. + + SCENARIO backup non-basic filesystem objects + GIVEN live data with interesting filesystem objects + AND a manifest of live data in M + WHEN user backs up live data + AND user restores their latest generation into X + THEN live data, restored to X, matches manifest M + +The interesting live data generation is a step only used in the above +scenario, so we implement it here. + + IMPLEMENTS GIVEN live data with interesting filesystem objects + "$SRCDIR/mkfunnyfarm" "$LIVEDATA" -- cgit v1.2.1