From e05e8867dbfa4ddfea7210ac277c95397a0d8358 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 11 Dec 2021 10:58:53 -0500 Subject: [PATCH] update test a bit --- tests/upload_chunked.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upload_chunked.sh b/tests/upload_chunked.sh index 9cbd2d7d..a574798d 100755 --- a/tests/upload_chunked.sh +++ b/tests/upload_chunked.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -rm data +if [ -f data ]; then rm data ; fi SERVER=$1 PORT=8087