X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flisted02.at;h=5040c0806af09fc1f2c8b0567708692219fe5c24;hb=c9195c75be84b39d736ec870f29bc09231c5a204;hp=d1c773fff23c9879b97094db69a45e9f1594ca20;hpb=edd6df370de5a894d42f99c629c2a0ef8b235646;p=chaz%2Ftar diff --git a/tests/listed02.at b/tests/listed02.at index d1c773f..5040c08 100644 --- a/tests/listed02.at +++ b/tests/listed02.at @@ -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