Exheredludis/paludis/resolver/resolver_TEST_serialisation_cleanup.sh
Ciaran McCreesh a436158492 more tests
2009-09-19 18:53:46 +01:00

10 lines
164 B
Bash
Executable File

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