aboutsummaryrefslogtreecommitdiff
path: root/tests/md5sum.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-03-02 15:20:04 -0600
committerRob Landley <rob@landley.net>2016-03-02 15:20:04 -0600
commit336c44adca1768ada1e1e2f4d7dbbc33e994e582 (patch)
tree9780ee9602ffbca6b04e472d3ac0d158f92ac49c /tests/md5sum.test
parenteb830728b12152702c3852d079ad5c8a7f6e709b (diff)
downloadtoybox-336c44adca1768ada1e1e2f4d7dbbc33e994e582.tar.gz
Factor out command name at the start of test name, have runtest.sh print it.
Diffstat (limited to 'tests/md5sum.test')
-rwxr-xr-xtests/md5sum.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/md5sum.test b/tests/md5sum.test
index 741ec62f..c4dfec94 100755
--- a/tests/md5sum.test
+++ b/tests/md5sum.test
@@ -7,16 +7,16 @@
# These tests are from RFC 1321 appendix 5, reshuffled slightly to test
# varying argument numbers
-testing "md5sum ''" "md5sum" "d41d8cd98f00b204e9800998ecf8427e -\n" "" ""
-testing "md5sum infile" "md5sum input" \
+testing "''" "md5sum" "d41d8cd98f00b204e9800998ecf8427e -\n" "" ""
+testing "infile" "md5sum input" \
"0cc175b9c0f1b6a831c399e269772661 input\n" "a" ""
-testing "md5sum two files" "md5sum - input" \
+testing "two files" "md5sum - input" \
"900150983cd24fb0d6963f7d28e17f72 -\nf96b697d7cb7938d525a2f31aaf161d0 input\n" \
"message digest" "abc"
-testing "md5sum 4" "md5sum" "c3fcd3d76192e4007dfb496cca67e13b -\n" \
+testing "4" "md5sum" "c3fcd3d76192e4007dfb496cca67e13b -\n" \
"" "abcdefghijklmnopqrstuvwxyz"
-testing "md5sum 5" "md5sum" "d174ab98d277d9f5a5611c2c9f419d9f -\n" \
+testing "5" "md5sum" "d174ab98d277d9f5a5611c2c9f419d9f -\n" \
"" "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
-testing "md5sum 6" "md5sum" "57edf4a22be3c955ac49da2e2107b67a -\n" \
+testing "6" "md5sum" "57edf4a22be3c955ac49da2e2107b67a -\n" \
"" "12345678901234567890123456789012345678901234567890123456789012345678901234567890"