#! /bin/bash # # Basic tests for types creating fifos # set -e set -x rm -fr /tmp/p mkdir /tmp/p touch /tmp/p/f1 systemd-tmpfiles --create - <