tests: move input-tty into a test-lib.sh function
[platform/upstream/coreutils.git] / tests / misc /
2008-09-08 Jim Meyeringtests: move input-tty into a test-lib.sh function
2008-09-07 Jim Meyeringtests: work around Solaris 11 bug
2008-09-07 Jim Meyeringtests: don't fail due to built-in sleep from Solaris...
2008-08-15 Jim Meyeringadjust
2008-08-15 Bruce Korbsort: new option, --sort=version, for version number...
2008-08-14 Jim Meyeringmktemp, sort, tac: don't use undefined after mkstemp...
2008-08-10 Jim Meyeringsort: don't print uninitialized in diagnostic
2008-08-09 Jim Meyering* tests/misc/expr: Add tests of the new GMP-based code.
2008-07-27 Jim Meyeringshuf: honor --zero-terminated option even with --input...
2008-07-15 Jim Meyeringfix two bugs in ptx
2008-07-11 Pádraig Bradytests: expand: test for lines starting with both spaces...
2008-06-30 Pádraig Bradytruncate: ignore whitespace in --size parameters
2008-06-27 Pádraig Bradytimeout: fix invalid argument tests
2008-06-20 Bo Borgersonsort: Fix bug where --batch-size option shrank SORT_SIZE.
2008-06-19 Jim Meyeringtests: avoid root-only test failure when run in a chroot
2008-06-17 Bo Borgersonsort: accept new option --batch-size=NMERGE
2008-06-17 Bo Borgersonsort: add new option --files0-from=F
2008-06-16 Jim Meyeringchcon: correct --verbose output to include newlines
2008-06-13 Eric Blakeod: align multiple -t specs
2008-06-12 Bo Borgersoncomm: accept new option: --output-delimiter=STR
2008-06-12 Bo Borgersoncomm: ensure that input files are sorted
2008-06-10 Pádraig Bradyremove test for specific diagnostic when truncating...
2008-06-10 Pádraig Bradytimeout: use system-independent exit values
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-06 Pádraig BradyAdd new program: truncate
2008-06-02 Pádraig Bradynew program: timeout
2008-06-01 Erik Auerswaldmd5sum: new option, --quiet, to suppress OK messages
2008-05-27 Jim Meyeringin 280+ tests/* files, use $srcdir, not $top_srcdir...
2008-05-17 Jim Meyeringtests: skip when a debian libc6-2.7-11 bug makes printf...
2008-05-17 Jim Meyeringtests: sync and update wc and du --files0-from tests
2008-05-17 Jim Meyeringtest invalid-option handling in all programs
2008-05-17 Jim Meyeringtests: remove ugly /bin/sh wrapper around each perl...
2008-05-16 Jim Meyeringtests: env-related clean up
2008-05-16 Jim Meyeringtests: improve coverage of printf.c
2008-05-10 Jim Meyeringtests: remove directory, tests/join/
2008-05-10 Jim Meyering* tests/misc/tac: Also perform stdin and piped tests.
2008-05-10 Jim Meyeringtests: remove directory, tests/tail/
2008-05-09 Jim Meyeringtests: remove directory, tests/sort/
2008-05-08 Jim Meyeringtests: remove directory, tests/tac/
2008-05-08 Jim Meyeringtests: remove directory, tests/test/
2008-05-06 Jim Meyeringtests: remove directory, tests/tr/
2008-05-06 Jim Meyeringtests: skip another test if mcstransd is running
2008-05-06 Jim Meyeringtests: translate uniq-z-test-adding code to new framework
2008-05-06 Jim Meyeringtests: remove directory, tests/uniq/
2008-05-06 Jim Meyeringtests: remove directory, tests/cut/
2008-05-06 Jim Meyeringtests: remove directory, tests/head/
2008-05-06 Jim Meyeringtests: use printf+sed rather than yes+head+tr
2008-05-06 Jim Meyeringtests: hoist the sourcing of "lang-default"
2008-05-06 Jim Meyeringfix typo in comments: s/ouput/output/
2008-05-06 Jim Meyeringtests: test split more thoroughly
2008-05-06 Jim Meyering* tests/misc/wc: Remove an unused variable.
2008-05-06 Jim Meyeringavoid problems with sign-extended "char" operand to...
2008-05-05 Jim Meyering* tests/misc/tac: Set execute bit.
2008-05-05 Jim Meyeringtac: avoid segfault for e.g., "echo > x; tac -r x x"
2008-04-30 Jim Meyeringtests: avoid a "make check-root" failure when mcstransd...
2008-04-29 Jim Meyeringchcon, runcon: make --help print the bug-reporting...
2008-04-27 Jim Meyeringmove wc tests from own subdir into a single script
2008-04-27 Jim Meyeringtests: don't source envvar-check manually, test-lib...
2008-04-27 Jim Meyeringtests: ensure at least one failure when $built_programs...
2008-04-23 Ondřej Vašíktests: don't fail in a non-English locale
2008-04-23 Jim Meyeringtests: remove now-unused Makefile.am
2008-04-23 Ondřej Vašíkid: do not print SELinux context when invoked with...
2008-04-20 Jim Meyeringtests: adjust perl -I to use $top_srcdir/tests, not...
2008-04-20 Jim MeyeringRevamp test-related Makefiles.
2008-04-20 Jim Meyering* tests/misc/Makefile.am (built_programs): Remove....
2008-04-20 Jim MeyeringUse "env" to invoke potential built-ins.
2008-04-18 Jim Meyeringmd5sum -c: ignore a line with a NUL byte among checksum...
2008-04-15 Jim Meyeringmd5sum, sha1sum, etc: handle invalid input (i.e., don...
2008-04-01 Jim MeyeringAvoid root-only SELinux-related test failures w/o mcstr...
2008-03-28 Jim MeyeringWork around a recent glibc/getopt.c diagnostic change.
2008-03-28 Jim MeyeringRequire that "(exit $fail); exit $fail" be last line...
2008-03-28 Jim MeyeringPerform explicit exit-nonzero if the embedded Perl...
2008-03-27 Jim Meyeringpaste -d\\: avoid heap overrun for backslash at end...
2008-03-21 Jim Meyeringptx: avoid heap overrun for backslash at end of optarg...
2008-03-19 Bob Proulxmake check: Remove /tmp/ls-creating debug code.
2008-03-01 Jim MeyeringDon't exempt "groups" from write-failure test, now...
2008-02-23 Jim MeyeringAvoid test failures when root (/) is not readable.
2008-02-19 Steven Schubigerseq: give better diagnostics for invalid formats.
2008-02-18 Jim Meyeringseq: give a proper diagnostic for an invalid --format...
2008-02-17 Jim MeyeringExpand "ls --color" tests to also use the dircolors...
2008-02-17 Ed Avisls --color no longer outputs unnecessary escape sequences
2008-02-09 Jim Meyeringtests: Remove priv-check. Use new require_root_ functi...
2008-02-09 Jim Meyeringtests: factor out the perl-requiring code in many test...
2008-02-09 Jim Meyeringtests: call skip_test_ in place of echo+exit 77
2008-02-07 Steven Schubigermkdir, split: write --verbose output to stdout, not...
2008-01-07 Jim MeyeringMake a racy test failure less likely to happen.
2007-12-20 Jim MeyeringAvoid another "make check" failure due to omitted programs.
2007-12-11 Jim MeyeringAdd a test to exercise today's bug fix.
2007-12-01 Jim MeyeringChange comments: say bug present up to coreutils-6...
2007-11-30 Jim MeyeringBe extra careful to quote $abs_top_builddir-derived...
2007-11-30 Ralf WildenhuesAdd quotes to protect against white space in build...
2007-11-23 Jim MeyeringAdd tests to show new class of strings accepted by...
2007-11-17 Jim MeyeringCorrect preceding patch.
2007-11-16 Paul EggertPort readlink-fp-loop to Solaris.
2007-11-16 Paul EggertPort to Solaris 8 perl, which does not support "use...
2007-11-03 Jim Meyeringseq: add another test for the %% bug
2007-11-03 Paul EggertFix bug with "seq 10.8 0.1 10.95", plus another bug...
2007-11-01 Jim Meyeringtests/misc/printf-surprise: Correct sed transform.
2007-11-01 Jim MeyeringAdjust a seq subtest not to depend on the vagaries...
2007-11-01 Jim MeyeringMake the new printf-surprise test more precise.
next