diff --git a/tests/script/sh/exec.sh b/tests/script/sh/exec.sh index ebfe8861b0e8e587fc91a7c9da6a47e1e4f7d3cc..1fd859213d9ac285f167078f54611246a0716534 100755 --- a/tests/script/sh/exec.sh +++ b/tests/script/sh/exec.sh @@ -95,7 +95,7 @@ else if [ -n "$PID" ]; then if [ "$SIGNAL" = "SIGINT" ]; then echo killed by signal - kill -sigint $PID + kill -SIGINT $PID else kill -9 $PID fi