summaryrefslogtreecommitdiff
path: root/tests/ls/recursive
AgeCommit message (Collapse)Author
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2002-10-08Use double quotes around diagnostic.Jim Meyering
2001-12-04Don't use diff's -u option. It's not portable.Jim Meyering
Besides, with GNU diff one can use the DIFF_OPTIONS envvar.
2001-11-27*** empty log message ***Jim Meyering