mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-15 23:36:03 -05:00
add -f to rm in a test
This commit is contained in:
parent
47d9ace8fd
commit
3c33eaaf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
echo upload_chunked 1>&2
|
echo upload_chunked 1>&2
|
||||||
|
|
||||||
rm data
|
rm -f data
|
||||||
|
|
||||||
SERVER=$1
|
SERVER=$1
|
||||||
PORT=8087
|
PORT=8087
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue