#!/bin/sh
# test.pl will try to rsync blib/lib/File/Rsync.pm
mkdir -p ${TDIR}/blib/lib/File
echo foobar > ${TDIR}/blib/lib/File/Rsync.pm
