Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37722: test builtin should return status 2 on syntax error | Peter Stephenson | 2016-01-21 | 1 | -6/+6 |
| | |||||
* | 37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵ | Oliver Kiddle | 2015-12-31 | 1 | -1/+1 |
| | | | | detection of noatime filesystem | ||||
* | 37364: "test" and "[" handling of parentheses. | Peter Stephenson | 2015-12-09 | 1 | -0/+12 |
| | | | | | | If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses. | ||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 1 | -7/+11 |
| | | | | ZTST_skip | ||||
* | 35760: Add ZTST_skip to test system | Peter Stephenson | 2015-07-10 | 1 | -6/+3 |
| | |||||
* | 35306: "test -z \(" failed due to parse confusion | Peter Stephenson | 2015-05-27 | 1 | -0/+14 |
| | |||||
* | 34753: work around NFS problem in tests. | Peter Stephenson | 2015-03-20 | 1 | -9/+29 |
| | | | | | Use tmp directory if it helps us check file time comparisons. If it doesn't we're no worse off than we were. | ||||
* | 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility | Barton E. Schaefer | 2014-05-13 | 1 | -0/+8 |
| | | | | | | Also restore ksh [ -t ] compatibility when POSIX_BUILTINS is not set, and allow operators defined by modules to be called with no arguments, although this affects only runtime interpretation, not parsing. | ||||
* | 31706: standardize handling of "test ! <x> <y> <z>" | Peter Stephenson | 2013-09-06 | 1 | -1/+5 |
| | |||||
* | 31696: In "test" No One Can Hear If You Shriek. | Peter Stephenson | 2013-09-04 | 1 | -0/+21 |
| | | | | Treat ! as a string in "test ! -a ..." and "test ! -o ...". | ||||
* | 30270: don't need errors when testing to see if mtime test will work | Peter Stephenson | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | 30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime' | Frank Terbeck | 2011-12-30 | 1 | -0/+3 |
| | |||||
* | 28588: fix textual display after =~ test | Peter Stephenson | 2011-01-06 | 1 | -0/+15 |
| | |||||
* | 28338: keep =~ from inverting sense of subsequent tests (after &&/||) | pdpennock | 2010-10-10 | 1 | -0/+13 |
| | |||||
* | 27722: bad error reporting and checking in conditions | Peter Stephenson | 2010-02-19 | 1 | -0/+8 |
| | |||||
* | 27608: fix memory for mbegin, mend & regexp test | Peter Stephenson | 2010-01-20 | 1 | -6/+7 |
| | |||||
* | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 2010-01-17 | 1 | -0/+33 |
| | |||||
* | 26090: another cond test for Cygwin needs removing | Peter Stephenson | 2008-11-26 | 1 | -0/+4 |
| | |||||
* | 24600: yet another typo | Peter Stephenson | 2008-02-26 | 1 | -4/+4 |
| | | | | 24602: fix test when not run | ||||
* | users/12412: check for extra arguments in test and [ | Peter Stephenson | 2008-01-10 | 1 | -1/+25 |
| | |||||
* | 24356: regex =~ test wasnt handled by gettext() | Peter Stephenson | 2008-01-04 | 1 | -0/+12 |
| | |||||
* | 24236: another case where cond -N test can fail | Peter Stephenson | 2007-12-13 | 1 | -1/+3 |
| | |||||
* | users/12307: Expand delay in [[ -N ... ]] test to 2 seconds | Peter Stephenson | 2007-12-11 | 1 | -3/+4 |
| | |||||
* | 23732: three broken tests | Peter Stephenson | 2007-07-31 | 1 | -9/+9 |
| | |||||
* | 23070: Fix [[ -N file ]] test failure on NFS | Peter Stephenson | 2006-12-19 | 1 | -0/+3 |
| | |||||
* | Test -nt and FOO=BAR BAR=FOO echo bugs | Peter Stephenson | 2005-02-02 | 1 | -0/+10 |
| | |||||
* | mention HFS+ as possible cause of -N test failure | Oliver Kiddle | 2004-03-17 | 1 | -2/+3 |
| | |||||
* | 17502: Test changes for xtrace in 17492. | Peter Stephenson | 2002-08-05 | 1 | -0/+3 |
| | | | | `F:' code indicates text to display in event of error. | ||||
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 1 | -1/+6 |
| | | | | | Careful with long filenames in internal condition test; fix block file test for `-f'. | ||||
* | enable dynamic libraries on MacOS X is the dlcompat library is installed | Oliver Kiddle | 2001-10-10 | 1 | -0/+1 |
| | |||||
* | fix build and test problems in Mac OS X (15882) | Oliver Kiddle | 2001-09-27 | 1 | -3/+1 |
| | |||||
* | Assorted minor test tweaks. | Bart Schaefer | 2001-08-22 | 1 | -1/+8 |
| | |||||
* | Possible fix for -g test. | Bart Schaefer | 2001-06-09 | 1 | -0/+1 |
| | |||||
* | 14566: more testing for unimplemented features. | Andrey Borzenkov | 2001-05-30 | 1 | -6/+24 |
| | |||||
* | More device and FIFO test tweaks. | Bart Schaefer | 2001-05-28 | 1 | -8/+14 |
| | |||||
* | 14489: workaround for find bug on ReliantUNIX | Andrey Borzenkov | 2001-05-26 | 1 | -1/+2 |
| | |||||
* | Improve "make check" test for -b condition when /dev cannot be searched. | Bart Schaefer | 2001-05-26 | 1 | -3/+7 |
| | |||||
* | I guess I was supposed to commit 14411. | Bart Schaefer | 2001-05-24 | 1 | -4/+6 |
| | |||||
* | Workaround rm -f hang on unwriteable file in Cygwin | Peter Stephenson | 2001-05-21 | 1 | -2/+4 |
| | |||||
* | moved from ./Test/07cond.ztst | Sven Wischnowsky | 2001-04-02 | 1 | -0/+151 |