#! /bin/sh
mv Crypt_CHAP-*/CHAP.php .
pear run-tests Crypt_CHAP-*/tests
exit=$?
mv CHAP.php Crypt_CHAP-*
exit $exit
