X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Flisted02.at;fp=tests%2Flisted02.at;h=94a339cdf9ee0548b48126f1395cdd2e1a20bd82;hp=2f1f0704eef979496f3b15c3932a8567b0363a24;hb=b414e25de8ca49d7567a92c203d431383ec57c83;hpb=29ece34f44a27750bbfd76154ad9882580453dc7 diff --git a/tests/listed02.at b/tests/listed02.at index 2f1f070..94a339c 100644 --- a/tests/listed02.at +++ b/tests/listed02.at @@ -19,9 +19,9 @@ # 02110-1301, USA. # Check if listed-incremental backups work for files moved from one directory -# to another. +# to another. # Based on a script by Martin Simmons -# References: +# References: # <20040626230315.163AA1D148@cpc5-cmbg1-6-0-cust208.cmbg.cable.ntl.com> # http://lists.gnu.org/archive/html/bug-tar/2004-06/msg00028.html @@ -69,7 +69,7 @@ sleep 1 echo Creating incremental archive echo >&2 "Creating incremental archive" cp -p tart.incr1 tart.incr2 -tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1 +tar -c -v --listed-incremental=tart.incr2 -f archive.2 tart || exit 1 sleep 1 @@ -81,7 +81,7 @@ echo Extracting incremental archive # This command should produce three messages about deletion # of the existing files, that may appear in any order. Piping # to sort makes sure we don't depend on any particular ordering. -tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null +tar -x -v --listed-incremental=tart.incr2 -f archive.2 | sort 2>/dev/null echo Final files: find tart -print | sort 2>/dev/null