From 9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60 Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Thu, 3 Nov 2016 11:31:12 +0100
Subject: [PATCH] test/build.info: typo, $ missing

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1832)
---
 test/build.info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/build.info b/test/build.info
index 818d073bb0..aa9b933e42 100644
--- a/test/build.info
+++ b/test/build.info
@@ -282,7 +282,7 @@ IF[{- !$disabled{tests} -}]
     DEPEND[dtls_mtu_test]=../libcrypto ../libssl
   ENDIF
 
-  IF[{- !disabled{shared} -}]
+  IF[{- !$disabled{shared} -}]
     PROGRAMS_NO_INST=shlibloadtest
     SOURCE[shlibloadtest]=shlibloadtest.c
     INCLUDE[shlibloadtest]=../include
-- 
2.25.1