X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fatlocal.in;h=2bef145d70e85ed2e4b2c3e0ea51038402402092;hb=a40e565719314287a3c4abcf5909d77bfb19797d;hp=b10397a53366656018319cd677f5c0bd8465f509;hpb=17f99bc6f1405effe6cc31a60bb7353a033c13d6;p=chaz%2Ftar diff --git a/tests/atlocal.in b/tests/atlocal.in index b10397a..2bef145 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -49,3 +49,11 @@ decho() { echo $* echo >&2 $* } + +mkexcltest() { + mkdir $1 $1/subdir + genfile --file=$1/top-level-file + genfile --file=$1/subdir/excludeme + genfile --file=$1/subdir/subdir-file +} + \ No newline at end of file