X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fatlocal.in;h=2bef145d70e85ed2e4b2c3e0ea51038402402092;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=12591e326a4055eb3f9eb983ee638b99893bcc6d;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/tests/atlocal.in b/tests/atlocal.in index 12591e32..2bef145d 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,6 +1,21 @@ # @configure_input@ -*- shell-script -*- # Configurable variable values for tar test suite. -# Copyright (C) 2004, 2006 Free Software Foundation, Inc. +# Copyright 2004, 2006, 2013 Free Software Foundation, Inc. + +# This file is part of GNU tar. + +# GNU tar is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# GNU tar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH @@ -34,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