about summary refs log tree commit diff
path: root/Test/C02cond.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 49269: Fix "[ ! -o ]".Peter Stephenson2021-08-101-1/+1
| | | | | This should detect "-o" as non-empty string; "-a" was alrady working. Update the test.
* 45470: C02cond: Simplify '-N cond' testdana2020-03-111-24/+12
| | | | | This fixes an (intermittent?) issue with the test on macOS+APFS, and hopefully makes it simpler and faster in general
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵Daniel Shahaf2017-11-241-0/+20
| | | | than a syntax error.
* 40110: attempt to fix test failures on SolarisBarton E. Schaefer2016-12-061-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
* 40102: Use subdirectory for test I/O filesPeter Stephenson2016-12-051-2/+2
|
* 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle2016-09-161-0/+19
| | | | are set
* 39292: Distinguish "=" and "==" tests in output.Peter Stephenson2016-09-131-0/+7
| | | | | This is both in xtrace output and shell code rebuilt from internal structures.
* 38445: subsequent tests rely on a file touched by the -N test, so it must ↵Jun T2016-05-091-3/+4
| | | | | | always be touched (Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds
* 38375 (tweaked per 38384): try harder to detect noatime filesystems.Barton E. Schaefer2016-05-021-5/+17
|
* 38358: "fgrep --" for noatime check in case a mount point is named "-"Barton E. Schaefer2016-04-291-1/+1
|
* 37722: test builtin should return status 2 on syntax errorPeter Stephenson2016-01-211-6/+6
|
* 37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵Oliver Kiddle2015-12-311-1/+1
| | | | detection of noatime filesystem
* 37364: "test" and "[" handling of parentheses.Peter Stephenson2015-12-091-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. Schaefer2015-11-211-7/+11
| | | | ZTST_skip
* 35760: Add ZTST_skip to test systemPeter Stephenson2015-07-101-6/+3
|
* 35306: "test -z \(" failed due to parse confusionPeter Stephenson2015-05-271-0/+14
|
* 34753: work around NFS problem in tests.Peter Stephenson2015-03-201-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 compatibilityBarton E. Schaefer2014-05-131-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 Stephenson2013-09-061-1/+5
|
* 31696: In "test" No One Can Hear If You Shriek.Peter Stephenson2013-09-041-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 workPeter Stephenson2012-02-261-1/+1
|
* 30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime'Frank Terbeck2011-12-301-0/+3
|
* 28588: fix textual display after =~ testPeter Stephenson2011-01-061-0/+15
|
* 28338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock2010-10-101-0/+13
|
* 27722: bad error reporting and checking in conditionsPeter Stephenson2010-02-191-0/+8
|
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-201-6/+7
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-171-0/+33
|
* 26090: another cond test for Cygwin needs removingPeter Stephenson2008-11-261-0/+4
|
* 24600: yet another typoPeter Stephenson2008-02-261-4/+4
| | | | 24602: fix test when not run
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-101-1/+25
|
* 24356: regex =~ test wasnt handled by gettext()Peter Stephenson2008-01-041-0/+12
|
* 24236: another case where cond -N test can failPeter Stephenson2007-12-131-1/+3
|
* users/12307: Expand delay in [[ -N ... ]] test to 2 secondsPeter Stephenson2007-12-111-3/+4
|
* 23732: three broken testsPeter Stephenson2007-07-311-9/+9
|
* 23070: Fix [[ -N file ]] test failure on NFSPeter Stephenson2006-12-191-0/+3
|
* Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson2005-02-021-0/+10
|
* mention HFS+ as possible cause of -N test failureOliver Kiddle2004-03-171-2/+3
|
* 17502: Test changes for xtrace in 17492.Peter Stephenson2002-08-051-0/+3
| | | | `F:' code indicates text to display in event of error.
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-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 installedOliver Kiddle2001-10-101-0/+1
|
* fix build and test problems in Mac OS X (15882)Oliver Kiddle2001-09-271-3/+1
|
* Assorted minor test tweaks.Bart Schaefer2001-08-221-1/+8
|
* Possible fix for -g test.Bart Schaefer2001-06-091-0/+1
|
* 14566: more testing for unimplemented features.Andrey Borzenkov2001-05-301-6/+24
|
* More device and FIFO test tweaks.Bart Schaefer2001-05-281-8/+14
|
* 14489: workaround for find bug on ReliantUNIXAndrey Borzenkov2001-05-261-1/+2
|
* Improve "make check" test for -b condition when /dev cannot be searched.Bart Schaefer2001-05-261-3/+7
|
* I guess I was supposed to commit 14411.Bart Schaefer2001-05-241-4/+6
|
* Workaround rm -f hang on unwriteable file in CygwinPeter Stephenson2001-05-211-2/+4
|