diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-01 11:55:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-01 11:55:01 +0000 |
commit | 6c81b98e46c702fecfeed47188daaa4060a99b25 (patch) | |
tree | 35c189882f82760632c3a347af040bae83fa69da /tests | |
parent | cf64a504d844c1cf5e301595f0cc9449778cf740 (diff) | |
download | coreutils-6c81b98e46c702fecfeed47188daaa4060a99b25.tar.xz |
(md5sum): Use ../src/md5sum.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/md5sum/md5-rfc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/md5-rfc b/tests/md5sum/md5-rfc index c3e9298ca..e6aa176e2 100755 --- a/tests/md5sum/md5-rfc +++ b/tests/md5sum/md5-rfc @@ -1,6 +1,6 @@ #! /bin/sh -md5sum=${MD5SUM:-$srcdir/md5sum} +md5sum=${MD5SUM:-../src/md5sum} test "$VERBOSE" = yes && $md5sum --version |