]> Dogcows Code - chaz/tar/blobdiff - tests/incr07.at
Update copyright years.
[chaz/tar] / tests / incr07.at
index 3d5fc0ee38c2ef0e12f84e7d49a380dfe24f85fa..6ac345af5bea940100e5a04b88026fbc09e58318 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 # Test suite for GNU tar.
-# Copyright 2009, 2013 Free Software Foundation, Inc.
+# Copyright 2009, 2013-2014 Free Software Foundation, Inc.
 #
 # GNU tar is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -61,10 +61,13 @@ tar -g test.snar -vxf test.0.tar -C ext/
 decho E1
 tar -g test.snar -vxf test.1.tar -C ext/
 
+decho E2
+tar -g test.snar -vxf test.2.tar -C ext/
+
 mkdir ext/A/B
 touch ext/A/B/file
 
-decho E2
+decho E3
 tar -g test.snar -vxf test.2.tar -C ext/
 
 echo FIN
@@ -91,6 +94,8 @@ A/c
 E2
 A/
 tar: Deleting 'A/a'
+E3
+A/
 tar: Deleting 'A/B'
 FIN
 ],
@@ -101,6 +106,7 @@ C2
 E0
 E1
 E2
+E3
 ],[],[],[gnu, oldgnu, posix])
 
 AT_CLEANUP
This page took 0.021131 seconds and 4 git commands to generate.