summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build.sh b/tests/build.sh
index 1a50e23..91fb172 100755
--- a/tests/build.sh
+++ b/tests/build.sh
@@ -63,6 +63,7 @@ cmd_is 'package info' \
if [ x"${TOP_BUILDDIR}" != x"${TOP_SRCDIR}" ]; then
rm -Rf "${TOP_BUILDDIR}/tests/pkg/data/"
fi
-rm -Rf "${TOP_BUILDDIR}/tests/pkg/specials"
+rm -f "${TOP_BUILDDIR}/tests/pkg/data/dev/null"
+rm -f "${TOP_BUILDDIR}/tests/pkg/specials"
: