diff options
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r-- | Test/C02cond.ztst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index 6c6aea4f6..2c3c939ab 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -135,6 +135,9 @@ [[ -N newnewnew && ! -N unmodified ]] fi 0:-N cond +F:This test can fail on NFS-mounted filesystems as the access and +F:modification times are not updated separately. This does not indicate +F:a problem in the shell. [[ newnewnew -nt zerolength && ! (unmodified -nt zerolength) ]] 0:-nt cond |