summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/pam/libpam/run-ptest')
-rw-r--r--meta/recipes-extended/pam/libpam/run-ptest5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam/run-ptest b/meta/recipes-extended/pam/libpam/run-ptest
index 69e729ce2a..9c304aee47 100644
--- a/meta/recipes-extended/pam/libpam/run-ptest
+++ b/meta/recipes-extended/pam/libpam/run-ptest
@@ -2,9 +2,10 @@
2 2
3cd tests 3cd tests
4 4
5export srcdir=.
6
5failed=0 7failed=0
6all=0 8all=0
7
8for f in tst-*; do 9for f in tst-*; do
9 "./$f" > /dev/null 2>&1 10 "./$f" > /dev/null 2>&1
10 case "$?" in 11 case "$?" in
@@ -28,4 +29,4 @@ if [ "$failed" -eq 0 ] ; then
28else 29else
29 echo "$failed of $all tests failed" 30 echo "$failed of $all tests failed"
30fi 31fi
31 32unset srcdir