Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
socat.34143
socat-test-without-tty.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File socat-test-without-tty.patch of Package socat.34143
--- a/test.sh 2023-11-13 20:31:08.000000000 +0100 +++ b/test.sh 2024-05-01 21:25:27.709337509 +0200 @@ -16054,9 +16054,15 @@ pid0=$! relsleep 2 TTY=$(tty |sed 's|/dev/||') -pkill -USR1 -t $TTY socat || { echo "pkill -t $TTY -USR1 socat"; } +if [ "$TTY" = 'not a tty' ] +then + TTY='' +else + TTY="-t $TTY" +fi +pkill -USR1 $TTY socat || { echo "pkill $TTY -USR1 socat"; } relsleep 1 -pkill -t $TTY socat +pkill $TTY socat wait if [ "$(grep STATISTICS "${te}0" |wc -l)" -eq 2 ]; then $PRINTF "$OK\n"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor