forked from pool/glibc
Andreas Schwab
ed0235b5ba
- 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
17 lines
517 B
Diff
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
|
|
|