]> Dogcows Code - chaz/tar/blobdiff - tests/truncate.at
* tests/truncate.at: Use -H pax to preserve full time stamp resolution.
[chaz/tar] / tests / truncate.at
index 190d7349cc86af86e19e5a5b9e5888a22fb6f7fd..f5fc4bad3745bd88deddd21151458a43e9656811 100644 (file)
@@ -15,8 +15,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # Tar 1.15.1 incorrectly padded archive members that were truncated during
 # archiving.
@@ -31,7 +31,7 @@ AT_KEYWORDS([truncated files])
 AT_TAR_CHECK([
 genfile --file foo --length 50000k
 genfile --file baz
-genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
+genfile --run 'tar -H pax -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
 echo separator
 sleep 1
 dd if=/dev/zero of=foo bs=1k seek=49995 count=5 >/dev/null 2>&1
@@ -49,5 +49,3 @@ tar: Error exit delayed from previous errors
 ])
 
 AT_CLEANUP
-
-
This page took 0.020977 seconds and 4 git commands to generate.