]> Dogcows Code - chaz/tar/blobdiff - tests/atlocal.in
Update copyright years.
[chaz/tar] / tests / atlocal.in
index b10397a53366656018319cd677f5c0bd8465f509..5fbe6a594abd150bedace1854392d474a306fe0f 100644 (file)
@@ -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
This page took 0.017099 seconds and 4 git commands to generate.