mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
$NetBSD: patch-ae,v 1.2 2011/12/05 23:02:18 asau Exp $
|
|
|
|
Disable failing tests.
|
|
|
|
--- contrib/sb-posix/posix-tests.lisp.orig 2010-02-03 13:04:33.000000000 +0300
|
|
+++ contrib/sb-posix/posix-tests.lisp 2010-04-21 17:00:44.000000000 +0400
|
|
@@ -613,7 +613,7 @@
|
|
(plusp (sb-posix:time))
|
|
t)
|
|
|
|
-#-win32
|
|
+#-(or win32 netbsd)
|
|
(deftest utimes.1
|
|
(let ((file (merge-pathnames #p"utimes.1" *test-directory*))
|
|
(atime (random (1- (expt 2 31))))
|