summaryrefslogtreecommitdiff
path: root/tests/kolainst/destructive/var-mount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kolainst/destructive/var-mount.sh')
-rwxr-xr-xtests/kolainst/destructive/var-mount.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/kolainst/destructive/var-mount.sh b/tests/kolainst/destructive/var-mount.sh
index 86c69fd1..ff615f88 100755
--- a/tests/kolainst/destructive/var-mount.sh
+++ b/tests/kolainst/destructive/var-mount.sh
@@ -6,12 +6,9 @@ set -xeuo pipefail
case "${AUTOPKGTEST_REBOOT_MARK:-}" in
"")
- require_writable_sysroot
- # Hack this off for now
- chattr -i /sysroot
- cp -a /var /sysroot/myvar
- touch /sysroot/myvar/somenewfile
- echo '/sysroot/myvar /var none bind 0 0' >> /etc/fstab
+ touch "/var/somenewfile"
+ stateroot=$(ostree admin status 2> /dev/null | grep '^\*' | cut -d ' ' -f2 || true)
+ echo "/sysroot/ostree/deploy/${stateroot}/var /var none bind 0 0" >> /etc/fstab
/tmp/autopkgtest-reboot "2"
;;
"2")