summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorMatthew Goins <mjgoins@openflows.com>2009-07-11 19:14:43 -0400
committerMatthew Goins <mjgoins@openflows.com>2009-07-11 19:14:43 -0400
commit68aabdc3af7409b66787a68e97a1ce67d695299c (patch)
treef6d89497c79cb4146d17282e45d8edd404dc3a80 /tests/basic
parentb6bd17157915c420b8cda418abc4c658e2da83c6 (diff)
parent028617f7160596fabfc5f9123a4cc9a6445aaa59 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 5907154..3386f76 100755
--- a/tests/basic
+++ b/tests/basic
@@ -35,7 +35,7 @@ perl -MCrypt::OpenSSL::RSA -e 1 2>/dev/null || { echo "You must have the perl mo
On debian-derived systems, you can set this up with:
apt-get install libcrypt-openssl-rsa-perl" ; exit 1; }
-perl -MDigest::SHA1 -e 1 2>/dev/null || { echo "You must have the perl module Digest::SHA1 installed to run this test.
+perl -MDigest::SHA -e 1 2>/dev/null || { echo "You must have the perl module Digest::SHA installed to run this test.
On debian-derived systems, you can set this up with:
apt-get install libdigest-sha1-perl" ; exit 1; }