mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
fix test
This commit is contained in:
parent
44002fc355
commit
3c9e505a45
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if [ -f data ]; then rm data ; fi
|
||||||
SERVER=$1
|
SERVER=$1
|
||||||
PORT=8087
|
PORT=8087
|
||||||
|
|
||||||
"$SERVER" . -p $PORT --upload --max-upload 100000000000 &
|
"$SERVER" . -p $PORT --upload --max-upload 1000M &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue