diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-05 17:08:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-05 17:08:58 (EDT) |
commit | 5f56951575d3c79e7869df6b9d62d2985f4a4df8 (patch) | |
tree | 98bef1f76185ddd1d9a81b140754403e0213071b /tests | |
parent | de7cc76760a38e98d7a087305bcc214192256915 (diff) |
tests: Remove node placeholder
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/build.sh | 3 |
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" : |