diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-01 04:47:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-01 04:47:55 +0000 |
commit | cf64a504d844c1cf5e301595f0cc9449778cf740 (patch) | |
tree | b80c13932b7a2e554df8087d5cd9758d5e456831 /tests/md5sum | |
parent | ec693397f07fe363e84b2a6ea88f5e360518223d (diff) | |
download | coreutils-cf64a504d844c1cf5e301595f0cc9449778cf740.tar.xz |
(md5sum): Set to $srcdir/md5sum.
Diffstat (limited to 'tests/md5sum')
-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 0017d5c0f..c3e9298ca 100755 --- a/tests/md5sum/md5-rfc +++ b/tests/md5sum/md5-rfc @@ -1,6 +1,6 @@ #! /bin/sh -md5sum=${MD5SUM:-md5sum} +md5sum=${MD5SUM:-$srcdir/md5sum} test "$VERBOSE" = yes && $md5sum --version |