Exheredludis/paludis/util/fs_iterator_TEST_cleanup.sh
Ciaran McCreesh 49750cc619 FSEntry -> FSPath, FSStat
Fixes: ticket:967
2010-08-24 15:47:41 +01:00

10 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
# vim: set ft=sh sw=4 sts=4 et :
if [ -d fs_iterator_TEST_dir ] ; then
rm -fr fs_iterator_TEST_dir
else
true
fi