From 93700d93fa4afaf28c9fe6e9d948ba13edfc8e79 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 23 Mar 2017 10:48:04 +0100 Subject: [PATCH] travis: aikpub2 was removed, no need to disable it anymore --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 4dc58d827..81f4935fc 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -38,7 +38,7 @@ all|coverage) --disable-svc --disable-dbghelp-backtraces --disable-socket-win --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" # Ubuntu 14.04 does provide a too old libtss2-dev - CONFIG="$CONFIG --disable-aikpub2 --disable-tss-tss2" + CONFIG="$CONFIG --disable-tss-tss2" # not enabled on the build server CONFIG="$CONFIG --disable-af-alg" if test "$TEST" != "coverage"; then