]> Dogcows Code - chaz/tar/blobdiff - tests/incr04.at
Fix some problems with negative and out-of-range integers.
[chaz/tar] / tests / incr04.at
index 279d3bbc8d7ff05f2c390ae290988d878fb8da31..dda0e0dfc44fc06fef45294b31e1ec55efd3800c 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009 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
@@ -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
@@ -54,8 +56,9 @@ Incremental dump
 a/
 a/c/
 ],
-[tar: a/b: Directory is new
-tar: a/c: Directory has been renamed from `a/b'
+[tar: a: Directory is new
+tar: a/b: Directory is new
+tar: a/c: Directory has been renamed from 'a/b'
 ],[],[],[gnu, oldgnu, posix])
 
 AT_CLEANUP
This page took 0.021131 seconds and 4 git commands to generate.