diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-28 15:08:47 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-28 15:08:47 +0000 |
commit | ab6923f28ce4972f14d8d65069beda0ea6448b66 (patch) | |
tree | 17fa6d6acfa5daf8d9451a3993fc3a73d4e17644 /testing/testing.conf | |
parent | 0ad1a8daeafd5543dfe7448ef07827fff7153b07 (diff) | |
download | strongswan-ab6923f28ce4972f14d8d65069beda0ea6448b66.tar.bz2 strongswan-ab6923f28ce4972f14d8d65069beda0ea6448b66.tar.xz |
the after-2038-certs scenario tests the year 2038 ASN.1 to time_t conversion workaround on 32 bit platforms
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index ff45f1642..11cb5a658 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -52,7 +52,7 @@ USE_INTEGRITY_TEST="yes" USE_LEAK_DETECTIVE="yes" # Gentoo linux root filesystem -ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2 +ROOTFS=$UMLTESTDIR/gentoo-fs-20090325.tar.bz2 # Size of the finished root filesystem in MB ROOTFSSIZE=600 |