summaryrefslogtreecommitdiff
path: root/tests/sha1sum/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-22 14:40:44 +0000
committerJim Meyering <jim@meyering.net>2000-10-22 14:40:44 +0000
commit7bb9c7382ff3d4a31aa6e79bd03b2890d5d0ffe6 (patch)
treed43b1ea592dbdf03109b0ce2b346c4b4cf941f4d /tests/sha1sum/Makefile.am
parent6e955cb84a20fec263d9e0e84e054d32c7b49ce1 (diff)
downloadcoreutils-7bb9c7382ff3d4a31aa6e79bd03b2890d5d0ffe6.tar.xz
s/shasum/sha1sum/
Diffstat (limited to 'tests/sha1sum/Makefile.am')
-rw-r--r--tests/sha1sum/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sha1sum/Makefile.am b/tests/sha1sum/Makefile.am
index f097c3d52..7b0de7153 100644
--- a/tests/sha1sum/Makefile.am
+++ b/tests/sha1sum/Makefile.am
@@ -7,6 +7,6 @@ TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=`pwd`/../../src:$$PATH \
- PROG=shasum
+ PROG=sha1sum
TESTS = basic-1