mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-25 17:44:14 +00:00
Always use genfile --file, this enables extra error checking.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user