Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-08 | 51692: not skip tests for [[ -r/-N file ]] on Cygwin | Jun-ichi Takimoto | 1 | -7/+1 | |
2021-08-10 | 49269: Fix "[ ! -o ]". | Peter Stephenson | 1 | -1/+1 | |
This should detect "-o" as non-empty string; "-a" was alrady working. Update the test. | |||||
2020-03-11 | 45470: C02cond: Simplify '-N cond' test | dana | 1 | -24/+12 | |
This fixes an (intermittent?) issue with the test on macOS+APFS, and hopefully makes it simpler and faster in general | |||||
2019-12-11 | 45004: Fix typos in comments | Martijn Dekker | 1 | -1/+1 | |
2017-11-24 | 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵ | Daniel Shahaf | 1 | -0/+20 | |
than a syntax error. | |||||
2016-12-06 | 40110: attempt to fix test failures on Solaris | Barton E. Schaefer | 1 | -1/+1 | |
B02typeset: ignore strerror text in test output, it differs by OS C02cond: discard stderr when looking for a path to the "mount" command | |||||
2016-12-05 | 40102: Use subdirectory for test I/O files | Peter Stephenson | 1 | -2/+2 | |
2016-09-16 | 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵ | Oliver Kiddle | 1 | -0/+19 | |
are set | |||||
2016-09-13 | 39292: Distinguish "=" and "==" tests in output. | Peter Stephenson | 1 | -0/+7 | |
This is both in xtrace output and shell code rebuilt from internal structures. | |||||
2016-05-09 | 38445: subsequent tests rely on a file touched by the -N test, so it must ↵ | Jun T | 1 | -3/+4 | |
always be touched (Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds | |||||
2016-05-02 | 38375 (tweaked per 38384): try harder to detect noatime filesystems. | Barton E. Schaefer | 1 | -5/+17 | |
2016-04-29 | 38358: "fgrep --" for noatime check in case a mount point is named "-" | Barton E. Schaefer | 1 | -1/+1 | |
2016-01-21 | 37722: test builtin should return status 2 on syntax error | Peter Stephenson | 1 | -6/+6 | |
2015-12-31 | 37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵ | Oliver Kiddle | 1 | -1/+1 | |
detection of noatime filesystem | |||||
2015-12-09 | 37364: "test" and "[" handling of parentheses. | Peter Stephenson | 1 | -0/+12 | |
If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses. | |||||
2015-11-21 | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 1 | -7/+11 | |
ZTST_skip | |||||
2015-07-10 | 35760: Add ZTST_skip to test system | Peter Stephenson | 1 | -6/+3 | |
2015-05-27 | 35306: "test -z \(" failed due to parse confusion | Peter Stephenson | 1 | -0/+14 | |
2015-03-20 | 34753: work around NFS problem in tests. | Peter Stephenson | 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. | |||||
2014-05-13 | 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility | Barton E. Schaefer | 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. | |||||
2013-09-06 | 31706: standardize handling of "test ! <x> <y> <z>" | Peter Stephenson | 1 | -1/+5 | |
2013-09-04 | 31696: In "test" No One Can Hear If You Shriek. | Peter Stephenson | 1 | -0/+21 | |
Treat ! as a string in "test ! -a ..." and "test ! -o ...". | |||||
2012-02-26 | 30270: don't need errors when testing to see if mtime test will work | Peter Stephenson | 1 | -1/+1 | |
2011-12-30 | 30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime' | Frank Terbeck | 1 | -0/+3 | |
2011-01-06 | 28588: fix textual display after =~ test | Peter Stephenson | 1 | -0/+15 | |
2010-10-10 | 28338: keep =~ from inverting sense of subsequent tests (after &&/||) | pdpennock | 1 | -0/+13 | |
2010-02-19 | 27722: bad error reporting and checking in conditions | Peter Stephenson | 1 | -0/+8 | |
2010-01-20 | 27608: fix memory for mbegin, mend & regexp test | Peter Stephenson | 1 | -6/+7 | |
2010-01-17 | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 1 | -0/+33 | |
2008-11-26 | 26090: another cond test for Cygwin needs removing | Peter Stephenson | 1 | -0/+4 | |
2008-02-26 | 24600: yet another typo | Peter Stephenson | 1 | -4/+4 | |
24602: fix test when not run | |||||
2008-01-10 | users/12412: check for extra arguments in test and [ | Peter Stephenson | 1 | -1/+25 | |
2008-01-04 | 24356: regex =~ test wasnt handled by gettext() | Peter Stephenson | 1 | -0/+12 | |
2007-12-13 | 24236: another case where cond -N test can fail | Peter Stephenson | 1 | -1/+3 | |
2007-12-11 | users/12307: Expand delay in [[ -N ... ]] test to 2 seconds | Peter Stephenson | 1 | -3/+4 | |
2007-07-31 | 23732: three broken tests | Peter Stephenson | 1 | -9/+9 | |
2006-12-19 | 23070: Fix [[ -N file ]] test failure on NFS | Peter Stephenson | 1 | -0/+3 | |
2005-02-02 | Test -nt and FOO=BAR BAR=FOO echo bugs | Peter Stephenson | 1 | -0/+10 | |
2004-03-17 | mention HFS+ as possible cause of -N test failure | Oliver Kiddle | 1 | -2/+3 | |
2002-08-05 | 17502: Test changes for xtrace in 17492. | Peter Stephenson | 1 | -0/+3 | |
`F:' code indicates text to display in event of error. | |||||
2002-04-17 | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 1 | -1/+6 | |
Careful with long filenames in internal condition test; fix block file test for `-f'. | |||||
2001-10-10 | enable dynamic libraries on MacOS X is the dlcompat library is installed | Oliver Kiddle | 1 | -0/+1 | |
2001-09-27 | fix build and test problems in Mac OS X (15882) | Oliver Kiddle | 1 | -3/+1 | |
2001-08-22 | Assorted minor test tweaks. | Bart Schaefer | 1 | -1/+8 | |
2001-06-09 | Possible fix for -g test. | Bart Schaefer | 1 | -0/+1 | |
2001-05-30 | 14566: more testing for unimplemented features. | Andrey Borzenkov | 1 | -6/+24 | |
2001-05-28 | More device and FIFO test tweaks. | Bart Schaefer | 1 | -8/+14 | |
2001-05-26 | 14489: workaround for find bug on ReliantUNIX | Andrey Borzenkov | 1 | -1/+2 | |
2001-05-26 | Improve "make check" test for -b condition when /dev cannot be searched. | Bart Schaefer | 1 | -3/+7 | |
2001-05-24 | I guess I was supposed to commit 14411. | Bart Schaefer | 1 | -4/+6 | |