#!/bin/sh
# PCP QA Test No. 513
# Verify handling of corrupt PDUs

# get standard environment, filters and checks
. ./common.check

seq=`basename $0`

which valgrind >/dev/null 2>&1
[ $? -eq 0 ] || _notrun "valgrind unavailable on this platform"

echo "QA output created by $seq"
valgrind --quiet src/pducrash
