]> Dogcows Code - chaz/tar/blobdiff - tests/listed01.sh
Added link01.sh
[chaz/tar] / tests / listed01.sh
index 8ed074ac692295f8b6da46d8e48871d4813c872b..df018987d53c4d8c39db39bcb6adddc2d246b76a 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 # Check if listed-incremental backups work for individual files.
+# Script proposed by Andreas Schuldei <andreas@schuldei.org>
 
 # This file is part of GNU tar testsuite.
 # Copyright (C) 2004 Free Software Foundation, Inc.
 # 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
 
This page took 0.020182 seconds and 4 git commands to generate.