test: remove subdirectories in tmp directory

This commit is contained in:
Miroslav Lichvar
2019-09-05 17:29:36 +02:00
parent 004986310d
commit 4adcf58368

View File

@@ -84,7 +84,7 @@ for defoptname in ${!default_*}; do
done done
test_start() { test_start() {
rm -f tmp/* rm -rf tmp/*
echo "Testing $@:" echo "Testing $@:"
check_config_h 'FEAT_NTP 1' || test_skip check_config_h 'FEAT_NTP 1' || test_skip