Systemd/test/units/testsuite-22.01.sh

14 lines
250 B
Bash
Raw Normal View History

2018-03-05 12:32:18 +01:00
#! /bin/bash
#
# With "e" don't attempt to set permissions when file doesn't exist, see
# https://github.com/systemd/systemd/pull/6682.
#
set -e
rm -fr /tmp/test
echo "e /tmp/test - root root 1d" | systemd-tmpfiles --create -
! test -e /tmp/test