X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Flisted01.sh;h=df018987d53c4d8c39db39bcb6adddc2d246b76a;hb=81460a034950f1b72de86a8ee12e6ed7b65f9707;hp=8ed074ac692295f8b6da46d8e48871d4813c872b;hpb=985199c260079df04b80e3b3db25d123b3e61b1d;p=chaz%2Ftar diff --git a/tests/listed01.sh b/tests/listed01.sh index 8ed074a..df01898 100755 --- a/tests/listed01.sh +++ b/tests/listed01.sh @@ -1,6 +1,7 @@ #! /bin/sh # Check if listed-incremental backups work for individual files. +# Script proposed by Andreas Schuldei # This file is part of GNU tar testsuite. # Copyright (C) 2004 Free Software Foundation, Inc. @@ -21,10 +22,11 @@ # 02111-1307, USA. . ./preset -. $srcdir/before gnu oldgnu +TAR_ARCHIVE_FORMATS="gnu oldgnu" +. $srcdir/before mkdir directory -dd if=/dev/zero of=directory/file1 bs=1024 count=10 2>/dev/null +genfile --length 10240 --pattern zeros > directory/file1 # Let the things settle sleep 1