summaryrefslogtreecommitdiff
path: root/tests/incr04.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-05-05 21:30:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-05-05 21:30:57 +0000
commitb94eed6d03bd9f34f1d6336af8ea682804eb15b4 (patch)
tree231fde5ad2f08be83d200f2f69348f11e1e590b9 /tests/incr04.at
parent192860abb8f6f6fba8c61da7fcb8a94ca31b9957 (diff)
downloadtar-b94eed6d03bd9f34f1d6336af8ea682804eb15b4.tar.gz
Version 1.20.release_1_20
* configure.ac: Raise version number to 1.20 * src/compare.c (diff_dumpdir): const. * src/common.h (dumpdir_t,dumpdir_iter_t): New data types. (dumpdir_create0,dumpdir_create,dumpdir_free,dumpdir_locate) (dumpdir_first,dumpdir_next): New functions. * src/incremen.c (dumpdir_create0,dumpdir_create,dumpdir_free) (dumpdir_first,dumpdir_next): New functions. (dumpdir_locate): Rewrite using binary search. (struct directory): Change members char *contents, *icontents to struct dumpdir *dump, *idump. All references updated. (note_directory): Last arg is const. * src/names.c (add_hierarchy_to_namelist): buffer is const. * tests/incr03.at, tests/incr04.at, tests/rename02.at, tests/rename03.at: Insert calls to sleep between creation of files and adding them to the archive.
Diffstat (limited to 'tests/incr04.at')
-rw-r--r--tests/incr04.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/incr04.at b/tests/incr04.at
index 279d3bbc..885b0ef6 100644
--- a/tests/incr04.at
+++ b/tests/incr04.at
@@ -38,6 +38,8 @@ awk 'BEGIN {
printf("NAME_PREFIX[%03d]\n", i);
}' < /dev/null | genfile --files-from -
+sleep 1
+
echo "Initial dump"
tar cvf a0.tar -g a.sna a
mv a/b a/c