tests/opr/softsig-t: Avoid hanging due to intermediate sh -c 88/12488/2
authorAnders Kaseorg <andersk@mit.edu>
Wed, 14 Dec 2016 20:47:21 +0000 (15:47 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 21 Dec 2016 05:17:47 +0000 (00:17 -0500)
commit93a7e754a44c333140e75e93cac09f61320f7cc9
tree4bcb8edb8e454207edc0cf57fce42d07fd328544
parent9fd396adabaa1868517fdb3d7cfcbe9412c35b0b
tests/opr/softsig-t: Avoid hanging due to intermediate sh -c

If the build directory happened to contain shell metacharacters, like
the ~ in /build/openafs-vb8tid/openafs-1.8.0~pre1 used by the Debian
builders, Perl was running softsig-helper via an intermediate sh -c,
which would then intercept the signals we tried to send to
softsig-helper.  Use the list syntax to avoid this sh -c.

Change-Id: I054b9c8f606e197accb414bfe3f89719255c62c4
Reviewed-on: https://gerrit.openafs.org/12488
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
tests/opr/softsig-t