diff options
author | Paul Smith <psmith@gnu.org> | 2000-04-05 16:02:55 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-04-05 16:02:55 +0000 |
commit | f9c91ec34d9427c35bceec9b025a0bb20c9ec17f (patch) | |
tree | 4ca1fd018dd54c5c735640c570be2d565f81df86 /tests/scripts/options | |
parent | f3a974bf32a3e5d3d898a040fedcbb478d1afd85 (diff) | |
download | gunmake-f9c91ec34d9427c35bceec9b025a0bb20c9ec17f.tar.gz |
* Some final cleanups, and release 3.79.3.79
Diffstat (limited to 'tests/scripts/options')
-rw-r--r-- | tests/scripts/options/dash-n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts/options/dash-n b/tests/scripts/options/dash-n index 98f1d21..35f317d 100644 --- a/tests/scripts/options/dash-n +++ b/tests/scripts/options/dash-n @@ -50,6 +50,11 @@ EOF close(MAKEFILE); &touch('b'); +# Sometimes, on my Solaris 2.5.1 box with a NetApp filesystem NFS-mounted, +# just touching b first then a isn't good enough: the nsec field in the +# stat result shows b is _newer_ than a once every 5 or 6 tries!!! I've +# no idea what this is about, but that's why there's a sleep(1) here... +sleep(1); &touch('a'); sleep(1); &touch('c'); |