glibc/glibc-crypt-badsalttest.patch
Andreas Schwab ed0235b5ba Accepting request 149817 from home:Andreas_Schwab:Factory
- Don't run testsuite in parallel
- Fail if testsuite fails
- Disable crypt/badsalttest test

OBS-URL: https://build.opensuse.org/request/show/149817
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=264
2013-01-24 17:32:50 +00:00

17 lines
517 B
Diff

badsalttest expects that crypt fails for unknown salt, but crypt-blowfish
doesn't.
Index: glibc-2.17/crypt/Makefile
===================================================================
--- glibc-2.17.orig/crypt/Makefile
+++ glibc-2.17/crypt/Makefile
@@ -31,7 +31,7 @@ libcrypt-routines := crypt-entry md5-cry
libcrypt-routines += crypt_blowfish x86 crypt_gensalt wrapper
-tests := cert md5c-test sha256c-test sha512c-test badsalttest
+tests := cert md5c-test sha256c-test sha512c-test
include ../Makeconfig