summaryrefslogtreecommitdiffhomepage
path: root/auto/types
diff options
context:
space:
mode:
Diffstat (limited to 'auto/types')
-rw-r--r--auto/types/sizeof2
-rw-r--r--auto/types/typedef2
-rw-r--r--auto/types/uintptr_t2
3 files changed, 3 insertions, 3 deletions
diff --git a/auto/types/sizeof b/auto/types/sizeof
index e1d405c65..9215a545f 100644
--- a/auto/types/sizeof
+++ b/auto/types/sizeof
@@ -45,7 +45,7 @@ if [ -x $NGX_AUTOTEST ]; then
fi
-rm -f $NGX_AUTOTEST
+rm -rf $NGX_AUTOTEST*
case $ngx_size in
diff --git a/auto/types/typedef b/auto/types/typedef
index d81229331..8b5c3689c 100644
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -49,7 +49,7 @@ END
fi
fi
- rm -f $NGX_AUTOTEST
+ rm -rf $NGX_AUTOTEST*
if [ $ngx_found = no ]; then
echo $ngx_n " $ngx_try not found$ngx_c"
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t
index 2f1908035..f3cdccb22 100644
--- a/auto/types/uintptr_t
+++ b/auto/types/uintptr_t
@@ -33,7 +33,7 @@ else
echo $ngx_n " uintptr_t not found" $ngx_c
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
if [ $found = no ]; then