X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fappend02.at;h=80309676ad6fe65cdef66243f2fbf293964dfd4f;hp=7b8e07d3b527bd7c5e3e89bb2a997370d5ae8f0d;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=2947023d277cb0a787c73721d6190a75444cd65f diff --git a/tests/append02.at b/tests/append02.at index 7b8e07d..8030967 100644 --- a/tests/append02.at +++ b/tests/append02.at @@ -1,26 +1,26 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright 2006-2007, 2009, 2013-2014 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# 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, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. -# This program is distributed in the hope that it will be useful, +# 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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # Using tar 1.15.x the following equivalent command sets: # -# 1. tar cf archive file1 file2 +# 1. tar cf archive file1 file2 # and # 2. tar cfT archive /dev/null # tar rf archive file1 @@ -62,7 +62,7 @@ genfile --file file2 MTIME="--mtime=@0" # For PAX archives, we need to make sure extended header names are -# reproducible and that their contents won't change with time +# reproducible and that their contents won't change with time if test $[]TEST_TAR_FORMAT = posix; then TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime" fi