aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-03-23 10:48:04 +0100
committerTobias Brunner <tobias@strongswan.org>2017-03-23 18:29:18 +0100
commit93700d93fa4afaf28c9fe6e9d948ba13edfc8e79 (patch)
tree2787a1c1f9a60b59dbaaffdeca09227dca19fc8a /scripts
parent967e13bfb5fa670ce057a065b0de64862a8598ae (diff)
downloadstrongswan-93700d93fa4afaf28c9fe6e9d948ba13edfc8e79.tar.bz2
strongswan-93700d93fa4afaf28c9fe6e9d948ba13edfc8e79.tar.xz
travis: aikpub2 was removed, no need to disable it anymore
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
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