summaryrefslogtreecommitdiff
path: root/tests/dd
AgeCommit message (Expand)Author
2012-03-20tests: avoid spurious dd/sparse failurePádraig Brady
2012-03-02tests: work around a block alignment issue in dd/sparsePádraig Brady
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering
2011-06-13tests: avoid a false failure on HPUX systemsPádraig Brady
2011-05-14tests: refactor more tests to use mkfifo_or_skip_Pádraig Brady
2011-03-05maint: fix dd nocache test to be independent of current stdinPádraig Brady
2011-03-05dd: add a flag to discard cached dataPádraig Brady
2011-01-28tests: remove obsolete uses of "$$" in temporary file namesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-09-07tests: exclude some tests when running on NFSPádraig Brady
2010-07-05tests: make tests requiring a delay to pass, more robustPádraig Brady
2010-02-02tests: fix various timeout racesPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering
2009-09-14tests: fix dd/skip-seek-past-file to work on ecryptfsPádraig Brady
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering
2009-08-28dd: detect closed stderrEric Blake
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-29tests: don't use lang-default from individual testsJim Meyering
2009-02-26tests: Remove system specific error stringsPádraig Brady
2009-02-06tests: fix dd skip=greater_max_file_size test on Solaris 10Pádraig Brady
2009-02-02update copyright dates from recent changesJim Meyering
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady
2008-12-01tests: dd/reblock: Reduce chance of timing related failuresPádraig Brady
2008-11-30tests: dd/reblock: avoid occasional failureJim Meyering
2008-11-22tests: dd: add a test for the required behaviorJim Meyering
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-08-14set envvars via "env" to avoid spurious set -x output from bad shellsJim Meyering
2008-07-23dd: minor fullblock changesJim Meyering
2008-07-23dd: new option: iflag=fullblock to accumulate full input blocksKamil Dudka
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-03-31dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdoutPaul Eggert