X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fatlocal.in;h=5fbe6a594abd150bedace1854392d474a306fe0f;hb=f86e0605d0e24d2e0424579a8310f6fb81375b92;hp=b10397a53366656018319cd677f5c0bd8465f509;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2;p=chaz%2Ftar diff --git a/tests/atlocal.in b/tests/atlocal.in index b10397a..5fbe6a5 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,6 +1,6 @@ # @configure_input@ -*- shell-script -*- # Configurable variable values for tar test suite. -# Copyright 2004, 2006, 2013 Free Software Foundation, Inc. +# Copyright 2004, 2006, 2013-2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -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