X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flink01.at;h=dfafec0204c394b7ca4f0dbb3e837297bbc23516;hb=3de5db2a1511a8fa2b17a933ccee70ae20fd588b;hp=5faf42e0a2e050af1d2c2da99a46eb32d7db19b7;hpb=5944f452b0e615a172a9f058877671ff6272abb8;p=chaz%2Ftar diff --git a/tests/link01.at b/tests/link01.at index 5faf42e..dfafec0 100644 --- a/tests/link01.at +++ b/tests/link01.at @@ -1,22 +1,22 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2007, 2009 Free Software Foundation, Inc. +# Copyright 2004, 2007, 2009, 2013 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 . # Problem: If a member with link count > 2 was stored in the archive twice, # previous versions of tar were not able to extract it, since they @@ -44,7 +44,7 @@ ln directory/test1/test.txt directory/test2/test.txt || AT_SKIP_TEST tar cf archive directory/test1/test.txt directory/test1/test.txt rm -r directory -tar xf archive +tar xf archive --warning=no-timestamp ls directory/test1 ],