diff options
Diffstat (limited to 'format/Makefile.am')
| -rw-r--r-- | format/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/format/Makefile.am b/format/Makefile.am index cc839288..4bfed1d6 100644 --- a/format/Makefile.am +++ b/format/Makefile.am @@ -67,11 +67,7 @@ stamp-virt-format.pod: virt-format.pod # Tests. -random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) - -TESTS_ENVIRONMENT = \ - MALLOC_PERTURB_=$(random_val) \ - $(top_builddir)/run --test +TESTS_ENVIRONMENT = $(top_builddir)/run --test if ENABLE_APPLIANCE TESTS = test-virt-format.sh |
