]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix copy-and-paste error in comment 34280/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Sep 2024 03:39:58 +0000 (12:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Sep 2024 04:10:19 +0000 (13:10 +0900)
test/units/TEST-13-NSPAWN.nspawn.sh

index 7c21825d63cd0bcc478de9c40bad6632b9a5067b..339ad6b3c4fed41c000775b89705a8609e3f4f33 100755 (executable)
@@ -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'