mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
In posix test, skip AT_SYMLINK_NOFOLLOW test if symlinks unsupported
* test-suite/tests/posix.test ("AT_SYMLINK_NOFOLLOW"): skip if unsupported
This commit is contained in:
parent
7aa3b482fb
commit
9ae3069437
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
|||
|
||||
(pass-if-equal "AT_SYMLINK_NOFOLLOW"
|
||||
'(1 1)
|
||||
(if (defined? 'AT_SYMLINK_NOFOLLOW)
|
||||
(if (and (defined? 'symlink) (defined? 'AT_SYMLINK_NOFOLLOW))
|
||||
(let ((file "posix.test-utime"))
|
||||
(dynamic-wind
|
||||
(lambda ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue