#!/bin/bash # SPDX-License-Identifier: LGPL-2.1-or-later # # Basic tests for types creating fifos set -eux set -o pipefail rm -fr /tmp/p mkdir /tmp/p touch /tmp/p/f1 systemd-tmpfiles --create - <