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
This commit is contained in:
Colin Walters 2016-08-16 13:07:51 -04:00 committed by Atomic Bot
parent 3c6d2bc120
commit 3469161e41
1 changed files with 1 additions and 1 deletions

View File

@ -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() {