diff options
Diffstat (limited to 'tests/017')
-rw-r--r-- | tests/017/realpath.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/017/realpath.tl b/tests/017/realpath.tl index 5471a1c8..68ee7a7f 100644 --- a/tests/017/realpath.tl +++ b/tests/017/realpath.tl @@ -1,6 +1,7 @@ (load "../common") -(when (memq (os-symbol) '(:cygwin :solaris :android)) +(when (or (memq (os-symbol) '(:cygwin :solaris :android)) + (not (path-exists-p "/usr/bin"))) (put-string (file-get-string "tests/017/realpath.expected")) (exit 0)) |