summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-21 23:12:17 +0100
committerJim Meyering <meyering@redhat.com>2008-11-22 10:31:08 +0100
commita5e53ecc2cf8404760094631a772d4ce255bdcac (patch)
treed506765efafb9bad7ef69276d2a32cb3895d1005 /tests/Makefile.am
parentd5ab05998ca068b9a2e217285b15318ad2e5bdb8 (diff)
downloadcoreutils-a5e53ecc2cf8404760094631a772d4ce255bdcac.tar.xz
tests: dd: add a test for the required behavior
* tests/dd/reblock: New file. Test for the required functionality. Based on an example and discussion from this thread: http://lists.gnu.org/archive/html/bug-coreutils/2008-11/msg00153.html * tests/Makefile.am (TESTS): Add dd/reblock.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f264bd0c6..8c768bb42 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -283,6 +283,7 @@ TESTS = \
cp/thru-dangling \
dd/misc \
dd/not-rewound \
+ dd/reblock \
dd/skip-seek \
dd/skip-seek2 \
dd/unblock-sync \