#!/bin/bash # # 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 - <