Searched refs:long_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh202 long_path=$TEST_INPUTS_DIR/$(jot -s '' -b 0 37)
205 atf_check -e empty -o empty -s exit:0 touch $long_path
327 # $long_path's needs to be nested in a directory, as creating it
329 long_path=$TEST_INPUTS_DIR/$(jot -s '/' -b "$(jot -s '' -b 0 64)" 4)
330 atf_check -e empty -o empty -s exit:0 mkdir -p "$(dirname $long_path)"
331 atf_check -e empty -o empty -s exit:0 touch "$long_path"

Completed in 94 milliseconds