Always use genfile --file, this enables extra error checking.

This commit is contained in:
Sergey Poznyakoff
2006-05-02 19:16:12 +00:00
parent 53d1279719
commit c576ac1354
14 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ AT_SETUP([sparse files])
AT_KEYWORDS([sparse sparse01])
AT_TAR_CHECK([
genfile --length 1000 > begin
genfile --length 1000 > end
genfile --length 1000 -f begin
genfile --length 1000 -f end
genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || AT_SKIP_TEST
tar -c -f archive --sparse begin sparsefile end || exit 1
echo separator