summaryrefslogtreecommitdiff
path: root/tests/stty/basic-1
AgeCommit message (Collapse)Author
2007-09-15Move all tests from test/{od,sha1sum,shred,stty} to tests/misc/.Jim Meyering
Reflect these renamings: od/od-N misc/od-N od/x8 misc/od-x8 sha1sum/basic-1 misc/sha1sum sha1sum/sample-vec misc/sha1sum-vec shred/exact misc/shred-exact shred/remove misc/shred-remove stty/basic-1 misc/stty stty/invalid misc/stty-invalid stty/row-col-1 misc/stty-row-col * tests/misc/Makefile.am (TESTS): Add the new files. * tests/Makefile.am (SUBDIRS): Remove the dir names. * tests/od, tests/sha1sum, tests/shred, tests/stty: Remove the directories. * configure.ac (AC_CONFIG_FILES): Remove the corresponding Makefile names.
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-06-30* tests/stty/basic-1: Work around an intermittent test failureJim Meyering
on HP-UX 11.11. Report and analysis from Bob Proulx. http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7475
2004-09-05Check for the fixed stty option-parsing bugs.Paul Eggert
2003-05-14Use tr's \n notation rather than \012.Jim Meyering
2002-02-11Use `tail -n +2', rather than `tail +2'.Jim Meyering
2001-03-09Reflect change in location of input-tty.Jim Meyering
2000-06-21New test for that.Jim Meyering
1999-08-17source input-tty instead of open-coding itJim Meyering
1999-08-14Fail-77 if stdin is not a tty.Jim Meyering
1999-07-21(options): Avoid Solaris' broken /usr/ucb/tr byJim Meyering
removing offending use of tr altogether and removing hyphens with sed. Reported by Kaveh Ghazi.
1999-07-21*** empty log message ***Jim Meyering
1999-05-25Fix non-portable use of `tr' that caused this testJim Meyering
to fail when run with a SysV-style tr. Based on a patch from Kaveh Ghazi.
1999-03-11Skip failing tests: parenb, -parenb, -cread.Jim Meyering
1999-02-08Run all tests even if some fails.Jim Meyering
Don't use trap.
1999-02-08Use `stty', not $STTY.Jim Meyering
Fix typo in VERBOSE code: s/\$RM/stty/.
1998-12-19remove .saved-stateJim Meyering
1998-08-11*** empty log message ***Jim Meyering
1998-08-11.Jim Meyering