X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fextrac17.at;h=4cac47e34103ab52c487ceff2dd6dfd7bfbf402a;hp=952c07361c8620224466cd55d652120d7c49735c;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=28e91b48f680a6fab90ee39145123647345f385f diff --git a/tests/extrac17.at b/tests/extrac17.at index 952c073..4cac47e 100644 --- a/tests/extrac17.at +++ b/tests/extrac17.at @@ -1,18 +1,20 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # # Test suite for GNU tar. -# Copyright (C) 2010 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify +# Copyright 2010, 2013-2014 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, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, +# 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 . @@ -36,14 +38,11 @@ genfile --file dir/subdir2/file2 tar cf dir.tar dir -tar -x -v -f dir.tar -C out --strip-components=2 dir/subdir1/ +tar -x -v -f dir.tar -C out --strip-components=2 --warning=no-timestamp \ + dir/subdir1/ ], [0], [dir/subdir1/file1 ]) AT_CLEANUP - - - -