summaryrefslogtreecommitdiff
path: root/tests/test-rofiles-fuse.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-08-16 13:07:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-08-16 21:22:28 +0000
commit3469161e4157d715285395e80202c9d2dbd43ce8 (patch)
tree6ef508dde0ecb1e08ac6d3b233eab58b0f25c4e8 /tests/test-rofiles-fuse.sh
parent3c6d2bc12040475b65fa80280a706f773b30af3a (diff)
downloadostree-3469161e4157d715285395e80202c9d2dbd43ce8.tar.gz
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
Diffstat (limited to 'tests/test-rofiles-fuse.sh')
-rwxr-xr-xtests/test-rofiles-fuse.sh2
1 files changed, 1 insertions, 1 deletions
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() {