diff options
Diffstat (limited to 'test/pid.sh')
-rwxr-xr-x | test/pid.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pid.sh b/test/pid.sh index a19d72ce..901637ad 100755 --- a/test/pid.sh +++ b/test/pid.sh @@ -2,4 +2,4 @@ AWK=${AWK-../gawk} echo $$ > _pid.in echo $1 >> _pid.in -exec $AWK -f pid.awk _pid.in +exec $AWK -f pid.awk _pid.in 2>/dev/null |