X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flisted02.at;h=5040c0806af09fc1f2c8b0567708692219fe5c24;hb=1524831224a350d6c0d96f2e32414ea072d5b0ff;hp=d1c773fff23c9879b97094db69a45e9f1594ca20;hpb=ee6f14194d778666eb7d1a5553b2eca6dce2e1d5;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