Emily
a84b79ea58
Allow ls(1) to fail in test setup
...
This can happen when the tests are unable to `stat(2)` some files in
`/etc`, `/bin`, or `/`, due to Unix permissions or other sandboxing. We
still guard against serious errors, which use exit code 2.
2025-08-23 17:30:59 +10:00
Wayne Davison
7918f24405
Changed some instances of \" in checkit calls to '.
2007-09-03 20:43:58 +00:00
Wayne Davison
8a3d4658eb
Decided I don't like "set -x".
2006-02-03 17:58:48 +00:00
Wayne Davison
822012eea9
List /etc instead of /, but only if it exists and is readable.
2005-03-23 16:04:17 +00:00
Wayne Davison
13725744fd
Decided I like "set -x" after all.
2005-02-26 19:47:43 +00:00
Wayne Davison
815193e89e
Got rid of "set -x" (runtests.sh has a way to set this, if desired).
2005-02-20 17:24:15 +00:00
Wayne Davison
0d94a6a66c
Added a little more quoting.
2004-05-18 09:47:42 +00:00
Wayne Davison
9135621ff9
Quote the dir expansions to avoid problems with spaces.
2004-05-18 00:41:49 +00:00
Wayne Davison
05118158f4
Improved the trailing comment.
2004-02-04 18:24:41 +00:00
Wayne Davison
1e678fcab1
Yet another try at getting this to skip on cygwin.
2003-01-11 08:19:24 +00:00
Wayne Davison
48bcc6ee2b
Hopefully this version will skip correctly on cygwin.
2003-01-11 07:39:49 +00:00
Wayne Davison
32734c7c3c
Try a different tact to get cygwin to skip this test.
2003-01-11 07:22:40 +00:00
David Dykstra
da0405080e
The call to test_skipped if makepath failed didn't work, presumably because
...
makepath is builtin and there's some problem with it causing /bin/sh to
exit on cygwin. Parens around the call to makepath should help.
2003-01-10 18:32:59 +00:00
David Dykstra
ad301e487c
Skip the longdir test if the long directory can't even be created, such as
...
on cygwin (maybe only on certain filesystems?).
2003-01-10 15:06:10 +00:00
Martin Pool
d52a796c39
Be less verbose.
2001-12-14 05:52:25 +00:00
Martin Pool
04d8e8b25f
Be a bit more verbose
2001-11-27 07:32:42 +00:00
Martin Pool
501972bf72
Split the 'longdir' test into its own script, and make it work without
...
'mkdir -p'.
2001-09-06 05:57:27 +00:00