X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fincr07.at;h=017c51dd0f112330e47635ef15e273b3a7126cb7;hb=3de5db2a1511a8fa2b17a933ccee70ae20fd588b;hp=3d5fc0ee38c2ef0e12f84e7d49a380dfe24f85fa;hpb=738fb9c2f44eee567bb60e22dc011bdfd2f362a8;p=chaz%2Ftar diff --git a/tests/incr07.at b/tests/incr07.at index 3d5fc0e..017c51d 100644 --- a/tests/incr07.at +++ b/tests/incr07.at @@ -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