aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-19 15:13:12 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-19 15:13:12 +0000
commitaf74090da63cf562b695df7302cfce69cce92844 (patch)
treec2e5e690d8e45f54eff3da03869b7e00b5d38b26 /testsuite
parent9c397014a042b337f601e068a792d1f885d58c3c (diff)
downloadbusybox-w32-af74090da63cf562b695df7302cfce69cce92844.tar.gz
busybox-w32-af74090da63cf562b695df7302cfce69cce92844.tar.bz2
busybox-w32-af74090da63cf562b695df7302cfce69cce92844.zip
New.
git-svn-id: svn://busybox.net/trunk/busybox@3716 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/md5sum/md5sum-verifies-non-binary-file3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/md5sum/md5sum-verifies-non-binary-file b/testsuite/md5sum/md5sum-verifies-non-binary-file
new file mode 100644
index 000000000..8566a234d
--- /dev/null
+++ b/testsuite/md5sum/md5sum-verifies-non-binary-file
@@ -0,0 +1,3 @@
1touch foo
2md5sum foo > bar
3busybox md5sum -c bar