X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fextrac14.at;h=65d1ee1ddaab78ee7e58a55127f65f1079d5af7b;hp=1cfaa5c3bfe17224d2b745adc18ab4536d002bbc;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=c5c196310edddc0411cc312e45645a1a87b02793 diff --git a/tests/extrac14.at b/tests/extrac14.at index 1cfaa5c..65d1ee1 100644 --- a/tests/extrac14.at +++ b/tests/extrac14.at @@ -1,14 +1,16 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright 2010, 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. @@ -28,7 +30,7 @@ mkdir dest ln -s dest symlink echo foo >foo tar -cf archive.tar foo && -tar -xf archive.tar -C symlink && +tar -xf archive.tar -C symlink --warning=no-timestamp && cmp foo dest/foo ], [0],[],[],[],[],[gnu])