X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flisted02.at;h=3ab19a8c1f41dcf60ac868213f2516eee31291e5;hb=32562b941207be3c41589dee45f32c022785c668;hp=d1c773fff23c9879b97094db69a45e9f1594ca20;hpb=edd6df370de5a894d42f99c629c2a0ef8b235646;p=chaz%2Ftar diff --git a/tests/listed02.at b/tests/listed02.at index d1c773f..3ab19a8 100644 --- a/tests/listed02.at +++ b/tests/listed02.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This program 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 2, or (at your option) +# 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, @@ -29,8 +29,9 @@ AT_SETUP([working --listed]) AT_KEYWORDS([listed incremental listed02]) AT_TAR_CHECK([ - +AT_SORT_PREREQ echo Create directories + mkdir tart sleep 1 mkdir tart/c0 @@ -50,7 +51,7 @@ tar -c -v --listed-incremental=tart.incr1 -f archive.1 tart 2> err || exit 1 # The above prints two lines to stderr announcing the new directories c0 and c1. # Ensure that they appear in this script's stderr in sorted order. -sort err 1>&2 2>/dev/null; rm -f err +sort err 1>&2; rm -f err sleep 1 echo Modifying filesystem