From 31a9aedf030bf39dc1d96eb9a643f94a1ab11cd0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 6 Sep 2024 12:39:58 +0900 Subject: [PATCH] test: fix copy-and-paste error in comment --- test/units/TEST-13-NSPAWN.nspawn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.3