Hi, This test seems to fail intermittently for me. I noticed someone else also reported it here but with no response:
http://lists.gnu.org/archive/html/bug-tar/2007-07/msg00010.html I tried to figure out the cause but to no avail. Please let me know what else you need in order to debug the failure. Relevant part of log appended. Regards Greg # -*- compilation -*- 29. listed01.at:26: testing ... ./listed01.at:29: mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu export TEST_TAR_FORMAT TAR_OPTIONS="-H gnu" export TAR_OPTIONS rm -rf * mkdir directory genfile --length 10240 --pattern zeros --file directory/file1 # Let the things settle sleep 1 tar --create \ --file=archive.1 \ --listed-incremental=listing \ directory/file* tar tf archive.1 || exit 1 sleep 1 genfile --length 10240 --pattern zeros --file directory/file2 echo "separator" tar --create \ --file=archive.2 \ --listed-incremental=listing \ directory/file* || exit 1 tar tf archive.2 || exit 1 ) --- - 2007-07-18 16:06:05.023858186 +1000 +++ /home/pkgmgr/src/tar-1.18/tests/testsuite.dir/at-stdout 2007-07-18 16:06:04.000000000 +1000 @@ -1,4 +1,3 @@ directory/file1 separator -directory/file2 29. listed01.at:26: 29. --listed for individual files (listed01.at:26): FAILED (listed01.at:29)
