Home
last modified time | relevance | path

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

/coreutils/tests/
Dinit.sh411 test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \
413 cd "$test_dir_" || fail_ "failed to cd to temporary directory"
465 echo "Not removing temporary directory $test_dir_"
469 chmod -R u+rwx "$test_dir_"
471 rm -rf "$test_dir_" || { test $__st = 0 && __st=1; }