From: Luca Boccassi Date: Tue, 2 Feb 2021 21:13:44 +0000 (+0000) Subject: test: setup var/tmp in the test image as well X-Git-Tag: v248-rc1~162^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b535f3aac0f7673e1637cc3a4410b64e5072ec1;p=thirdparty%2Fsystemd.git test: setup var/tmp in the test image as well --- diff --git a/test/test-functions b/test/test-functions index e3831f28f10..e5f2495395b 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1322,7 +1322,7 @@ setup_basic_dirs() { mkdir -p $initdir/etc/systemd/system mkdir -p $initdir/var/log/journal - for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log dev proc sys sysroot root run run/lock run/initramfs; do + for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log var/tmp dev proc sys sysroot root run run/lock run/initramfs; do if [ -L "/$d" ]; then inst_symlink "/$d" else