#!/bin/sh
set -e

LD_PRELOAD=libvmmalloc.so.1 \
	VMMALLOC_POOL_DIR="$AUTOPKGTEST_TMP" \
	VMMALLOC_POOL_SIZE=16777216 \
	bash -c :
