From 4adcf583688d66400dde2551f4c6c7fa2932dd75 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 5 Sep 2019 17:29:36 +0200 Subject: [PATCH] test: remove subdirectories in tmp directory --- test/simulation/test.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simulation/test.common b/test/simulation/test.common index 3d1e61d..b771ea7 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -84,7 +84,7 @@ for defoptname in ${!default_*}; do done test_start() { - rm -f tmp/* + rm -rf tmp/* echo "Testing $@:" check_config_h 'FEAT_NTP 1' || test_skip