aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/chroot/chroot.sh')
-rwxr-xr-xtest/chroot/chroot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/chroot/chroot.sh b/test/chroot/chroot.sh
index ac7bc6a54..ecadb899a 100755
--- a/test/chroot/chroot.sh
+++ b/test/chroot/chroot.sh
@@ -5,6 +5,7 @@
5 5
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C
8 9
9rm -f unchroot 10rm -f unchroot
10gcc -o unchroot unchroot.c 11gcc -o unchroot unchroot.c