summaryrefslogtreecommitdiffstats
path: root/test/rlimit/rlimit.sh
blob: d8549717609165d90b54b4c1dd4ab4ba3e318dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# This file is part of Firejail project
# Copyright (C) 2014-2016 Firejail Authors
# License GPL v2

export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))

echo "TESTING: rlimit (test/rlimit/rlimit.exp)"
./rlimit.exp

echo "TESTING: rlimit profile (test/rlimit/rlimit-profile.exp)"
./rlimit-profile.exp