projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69ec6f
)
test: fix mixed indent
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 19 Feb 2024 19:52:16 +0000
(20:52 +0100)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 20 Feb 2024 12:31:00 +0000
(13:31 +0100)
test/units/util.sh
patch
|
blob
|
history
diff --git
a/test/units/util.sh
b/test/units/util.sh
index 66f9c73ba6a6b9e174d6ad72de8023cb4fc6d83e..dc5dd1e1ecc43f1c4f1d70c5e62a250bcea49d9b 100755
(executable)
--- a/
test/units/util.sh
+++ b/
test/units/util.sh
@@
-232,7
+232,7
@@
maybe_mount_usr_overlay() {
if [[ ! -w /usr ]]; then
mkdir -p /tmp/usr-overlay/{upperdir,workdir}
mount -t overlay -o lowerdir=/usr,upperdir=/tmp/usr-overlay/upperdir,workdir=/tmp/usr-overlay/workdir overlay /usr
- MOUNTED_USR_OVERLAY=true
+
MOUNTED_USR_OVERLAY=true
fi
}