From 3469161e4157d715285395e80202c9d2dbd43ce8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Aug 2016 13:07:51 -0400 Subject: [PATCH] test-rofiles-fuse: Actually check out via hardlinks The test suite was actually doing something before, just not quite what I intended. Without `-U` for bare-user checkouts we end up doing a copy. Now, a future commit will change how rofiles work, which would cause the test suite to permit inplace mutation for non-hardlinked files. So let's ensure they *are* hardlinked. Closes: #462 Approved by: jlebon --- tests/test-rofiles-fuse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-rofiles-fuse.sh b/tests/test-rofiles-fuse.sh index 736747f7..4dfec514 100755 --- a/tests/test-rofiles-fuse.sh +++ b/tests/test-rofiles-fuse.sh @@ -30,7 +30,7 @@ echo "1..6" mkdir mnt -$OSTREE checkout test2 checkout-test2 +$OSTREE checkout -U test2 checkout-test2 rofiles-fuse checkout-test2 mnt cleanup_fuse() {