X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fincr03.at;fp=tests%2Fincr03.at;h=287e1ee185e31276b80cf4fddd38339335f4779c;hp=673191ec98513bfb32ad1c699124021e1e936886;hb=b414e25de8ca49d7567a92c203d431383ec57c83;hpb=29ece34f44a27750bbfd76154ad9882580453dc7 diff --git a/tests/incr03.at b/tests/incr03.at index 673191e..287e1ee 100644 --- a/tests/incr03.at +++ b/tests/incr03.at @@ -45,17 +45,17 @@ tar -cf archive.2 -g db directory mv directory orig echo Listing of archive.1 -tar -tf archive.1 | sort +tar -tf archive.1 | sort echo Listing of archive.2 -tar -tf archive.2 | sort +tar -tf archive.2 | sort echo Directory after first restore -tar -xf archive.1 -g db +tar -xf archive.1 -g db --warning=no-timestamp find directory | sort echo Directory after second restore -tar -xf archive.2 -g db -find directory | sort +tar -xf archive.2 -g db --warning=no-timestamp +find directory | sort ], [0], [Listing of archive.1 @@ -78,4 +78,3 @@ directory/z AT_CLEANUP # End of incr03.at -