#!/bin/bash # # Basic tests for types creating directories # set -eux set -o pipefail rm -fr /tmp/{C,d,D,e} mkdir /tmp/{C,d,D,e} # # 'd' # mkdir /tmp/d/2 chmod 777 /tmp/d/2 systemd-tmpfiles --create - <