Home
last modified time | relevance | path

Searched refs:LONGPATH (Results 1 – 1 of 1) sorted by relevance

/systemd-251/test/units/
Dtestsuite-60.sh12 LONGPATH="$(printf "/$(printf "x%0.s" {1..255})%0.s" {1..7})"
13 LONGMNT="$(systemd-escape --suffix=mount --path "$LONGPATH")"
16 mkdir -p "$LONGPATH"
17 mount -t tmpfs tmpfs "$LONGPATH"
21 systemctl --no-pager show -p SubState --value "$LONGPATH" | grep -q mounted
27 systemctl stop "$LONGPATH"
28 rm -rf "$LONGPATH"