diff options
-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 |