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

/freebsd-10.3-release/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh195 long_path=$TEST_INPUTS_DIR/$(jot -s '' -b 0 37)
198 atf_check -e empty -o empty -s exit:0 touch $long_path
307 # $long_path's needs to be nested in a directory, as creating it
309 long_path=$TEST_INPUTS_DIR/$(jot -s '/' -b "$(jot -s '' -b 0 64)" 4)
310 atf_check -e empty -o empty -s exit:0 mkdir -p "$(dirname $long_path)"
311 atf_check -e empty -o empty -s exit:0 touch "$long_path"

Completed in 42 milliseconds