From cbd4e681d0645c8f85c69ce0784c3589ef37935a Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 23 Sep 2024 14:57:47 -0700 Subject: [PATCH] Add missing %norun information for dotest utility (crashes AIX testsuite) --- tests/webtbs/tw36544a.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/webtbs/tw36544a.pp b/tests/webtbs/tw36544a.pp index 582399193d..6b07fb6d03 100644 --- a/tests/webtbs/tw36544a.pp +++ b/tests/webtbs/tw36544a.pp @@ -1,5 +1,6 @@ { %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android,haiku } { %needlibrary } +{ %norun } {$mode objfpc} library tw36544a;