From: Yu Watanabe Date: Fri, 6 Sep 2024 03:39:58 +0000 (+0900) Subject: test: fix copy-and-paste error in comment X-Git-Tag: v257-rc1~541^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F34280%2Fhead;p=thirdparty%2Fsystemd.git test: fix copy-and-paste error in comment --- diff --git a/test/units/TEST-13-NSPAWN.nspawn.sh b/test/units/TEST-13-NSPAWN.nspawn.sh index 7c21825d63c..339ad6b3c4f 100755 --- a/test/units/TEST-13-NSPAWN.nspawn.sh +++ b/test/units/TEST-13-NSPAWN.nspawn.sh @@ -133,7 +133,7 @@ testcase_sanity() { bash -xec 'test -e /usr/has-usr; mountpoint /var; touch /read-only && exit 1; touch /var/nope' test ! -e "$root/read-only" test ! -e "$root/var/nope" - # volatile=state: tmpfs overlay is mounted over rootfs + # volatile=overlay: tmpfs overlay is mounted over rootfs systemd-nspawn --directory="$root" \ --volatile=overlay \ bash -xec 'test -e /usr/has-usr; touch /nope; touch /var/also-nope; touch /usr/nope-too'