From 6e2f3f47b3ec589f472a2de0fdd07d7d29010411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 8 Dec 2016 13:54:17 +0100 Subject: [PATCH] =?UTF-8?q?tests:=20fix=20typo=20=E2=80=93=20windows=20has?= =?UTF-8?q?=20NUL,=20not=20NULL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tests/normal-tests/compiler.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/normal-tests/compiler.lsp b/src/tests/normal-tests/compiler.lsp index 1d7999526..44cca6083 100644 --- a/src/tests/normal-tests/compiler.lsp +++ b/src/tests/normal-tests/compiler.lsp @@ -382,7 +382,7 @@ ;;; (test cmp.0017.load-special (finishes - (load #+(or windows mingw32) "NULL" + (load #+(or windows mingw32) "NUL" #-(or windows mingw32) "/dev/null"))) ;;; Date: 16/11/2009 (Gabriel)