X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fsparse02.at;h=a4ac62edbd5aef217fa39b5f379de054943c9aa9;hb=HEAD;hp=042cec902320df896912b5bc7f41e83acf8f2d5b;hpb=e4faf46844fa3162def723f12a09791e350caabb;p=debian%2Ftar diff --git a/tests/sparse02.at b/tests/sparse02.at index 042cec90..a4ac62ed 100644 --- a/tests/sparse02.at +++ b/tests/sparse02.at @@ -1,7 +1,8 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright 2004, 2006-2007, 2013 Free Software Foundation, Inc. +# Copyright 2004, 2006-2007, 2013-2014, 2016 Free Software Foundation, +# Inc. # This file is part of GNU tar. @@ -27,7 +28,7 @@ AT_KEYWORDS([sparse sparse02]) AT_TAR_CHECK([ genfile --sparse --file sparsefile --block-size 512 0 ABCD 1M EFGH 2000K IJKL || AT_SKIP_TEST -tar -c -f archive --sparse sparsefile || exit 1 +tar --hole-detection=raw -c -f archive --sparse sparsefile || exit 1 echo separator tar xfO archive | cat - > sparsecopy || exit 1