]> Dogcows Code - chaz/tar/blobdiff - tests/listed01.sh
Added listed02.sh
[chaz/tar] / tests / listed01.sh
index 8d16b5892fde371c8cced9762cdc4bc6c5429f42..029369e1bd83ac607e811d2f01d189e415f731c4 100755 (executable)
@@ -1,8 +1,4 @@
 #! /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.
 #
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
+# Check if listed-incremental backups work for individual files.
+# Script proposed by Andreas Schuldei <andreas@schuldei.org>
+# References: <20040215014223.GA9699@lukas.schuldei.com>
+# http://lists.gnu.org/archive/html/bug-tar/2004-02/msg00011.html
+
 . ./preset
 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.02354 seconds and 4 git commands to generate.