diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-03 11:12:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-03 11:12:01 +0000 |
commit | e10f3611934b10ef5a133af014c28eb36f07e01f (patch) | |
tree | 26a65ad019afd3e344f06e100039b92af307c0e1 /tests | |
parent | dfe9af3d61458c4820c4edd9729e207e48c46fe2 (diff) | |
download | coreutils-e10f3611934b10ef5a133af014c28eb36f07e01f.tar.xz |
list the source
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sha1sum/sample-vec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sha1sum/sample-vec b/tests/sha1sum/sample-vec index e38a3f87e..092276d13 100755 --- a/tests/sha1sum/sample-vec +++ b/tests/sha1sum/sample-vec @@ -19,6 +19,9 @@ use strict; # Turn off localisation of executable's ouput. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; +# The data from which these tests were derived came from here: +# http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip + my @Tests = ( ['1', {IN=> {f=> '0 1 ^'}}, |