Skip to content

Commit 26e0ee8

Browse files
committed
Fixed multirequest.sh script for when nohup.out does not exist.
1 parent 66a3e1a commit 26e0ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/tests/multirequest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run_test() {
3232

3333
export ZEND_DONT_UNLOAD_MODULES=1
3434
export USE_ZEND_ALLOC=0
35-
rm nohup.out
35+
rm -f nohup.out
3636
nohup $RUN_UNDER php $ARGS $EXTRA_ARGS -S localhost:$PORT multirequest.php >nohup.out 2>&1 &
3737
PID=$!
3838

0 commit comments

Comments
 (0)