]> Dogcows Code - chaz/tar/blobdiff - tests/sparse04.at
Add SELinux context store/restore/list support.
[chaz/tar] / tests / sparse04.at
index 4d41be7cb840e7cefc6c3d732cae30ee7f545000..c8399318c6105f64427d928fffae40b12c872570 100644 (file)
@@ -23,7 +23,7 @@ AT_KEYWORDS([sparse sparse04])
 
 # Description: Tar versions from 1.15.92 to 1.25 would incorrectly
 # store sparse file names longer than 100 characters in pax mode.
-# Namely, the `path' keyword of the produced PAX header would contain the
+# Namely, the 'path' keyword of the produced PAX header would contain the
 # crafted name of the header itself, instead of that of the file.
 # Reported by: Kamil Dudka <kdudka@redhat.com>
 # References: <201011250026.44908.kdudka@redhat.com>,
@@ -34,7 +34,7 @@ m4_define([NAME_111],
 
 AT_TAR_CHECK([
 genfile --sparse --file NAME_111 --block-size 512 8M A || AT_SKIP_TEST
-tar -c --sparse --posix NAME_111 | tar t
+tar -f - -c --sparse --posix NAME_111 | tar tf -
 ],
 [0],
 [NAME_111
This page took 0.024078 seconds and 4 git commands to generate.