diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-01 17:37:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-01 17:37:35 +0000 |
commit | 349c3796befbae8c879b07cf0fd61c208a337ab2 (patch) | |
tree | 59f1e7d68ff68da8f27385d36ecf3cae517cebc7 /tests | |
parent | 717429e4bc9318d1edfd9b62473805c2bb9dbbec (diff) | |
download | coreutils-349c3796befbae8c879b07cf0fd61c208a337ab2.tar.xz |
Oops! Use ../../src
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 e6aa176e2..a4f05733c 100755 --- a/tests/md5sum/md5-rfc +++ b/tests/md5sum/md5-rfc @@ -1,6 +1,6 @@ #! /bin/sh -md5sum=${MD5SUM:-../src/md5sum} +md5sum=${MD5SUM:-../../src/md5sum} test "$VERBOSE" = yes && $md5sum --version |