Lines Matching refs:rc
29 ${test_wrapper} $rtld $rtld 2>&1 && rc=0 || rc=$?
30 echo "# exit status $rc"
31 test $rc -le 127 || result=1
34 ${test_wrapper} $rtld --list $rtld 2>&1 && rc=0 || rc=$?
35 echo "# exit status $rc"
36 test $rc -eq 0 || result=1
39 ${test_wrapper} $rtld --verify $rtld 2>&1 && rc=0 || rc=$?
40 echo "# exit status $rc"
41 test $rc -eq 2 || result=1
45 $rtld $rtld 2>&1 && rc=0 || rc=$?
46 echo "# exit status $rc"
47 test $rc -eq 0 || result=1