libc: rename $apid to $APID

This commit is contained in:
2017-10-20 02:05:13 +02:00
parent fab9c1d80f
commit d6d65887b2
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ test_output = /tmp/output-`{basename $test}
if ( test -e $test_output) rm $test_output
$test > $test_output &
testpid=$apid
testpid=$APID
sleep 5
if ( cat $test_output | grep 'PASS' > /dev/null ) {