#!/bin/sh
# DF-2557 run script - default 3 samples
cd "$(dirname "$0")"
echo "+ ./leak_cmsgcred 3"
./leak_cmsgcred 3
echo "RUN_EXIT=$?"
