Skip to content

Commit

Permalink
fixup! lib/commit: Add a copy fastpath for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Sep 20, 2017
1 parent a331308 commit cd262a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/installed/itest-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ rm bare-repo repo -rf
# Try copying the host's repo across a mountpoint for direct
# imports.
cd ${test_tmpdir}
mkdir tmpfs
mount -t tmpfs tmpfs tmpfs
cd tmpfs
mkdir tmpfs mnt
mount --bind tmpfs mnt
cd mnt
ostree --repo=repo init --mode=bare
ostree --repo=repo pull-local /ostree/repo ${host_commit}
ostree --repo=repo fsck
cd ..
umount tmpfs

umount mnt

0 comments on commit cd262a6

Please sign in to comment.