aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/apps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/apps.sh')
-rwxr-xr-xtest/apps/apps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/apps/apps.sh b/test/apps/apps.sh
index ff561ef31..2410a0d92 100755
--- a/test/apps/apps.sh
+++ b/test/apps/apps.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2016 Firejail Authors
4# License GPL v2
2 5
3export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
4export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))