mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Handle missing $RANDOM
svn path=/trunk/; revision=5435
This commit is contained in:
parent
7296a34571
commit
ab74710386
@ -1,3 +1,8 @@
|
||||
2007-03-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/gobject/Makefile.am: Handle $RANDOM missing. (#356843,
|
||||
Paul Jarc)
|
||||
|
||||
2007-03-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
|
||||
|
@ -66,7 +66,7 @@ TESTS = $(test_programs)
|
||||
TESTS_ENVIRONMENT = srcdir=$(srcdir) \
|
||||
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
|
||||
MALLOC_CHECK_=2 \
|
||||
MALLOC_PERTURB_=$$(($$RANDOM % 256))
|
||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||
|
||||
########################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user