From 6b401f904a5a35167a05cb1d820c140add479092 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 7 Sep 2004 13:27:22 +0000 Subject: [PATCH] Use genfile instead of mksparse --- tests/sparse01.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sparse01.sh b/tests/sparse01.sh index f49eaa7..15a0666 100755 --- a/tests/sparse01.sh +++ b/tests/sparse01.sh @@ -25,7 +25,7 @@ TAR_ARCHIVE_FORMATS="gnu oldgnu posix" genfile --length 1000 > begin genfile --length 1000 > end -mksparse sparsefile 512 0 ABCD 1M EFGH 2000K IJKL +genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL tar -c -f archive --sparse begin sparsefile end echo separator -- 2.44.0