mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-20 07:04:14 +00:00
Fix typos
Typos found with codespell
This commit is contained in:
committed by
Sergey Poznyakoff
parent
8e82f367d4
commit
3730dddb3f
@@ -20,7 +20,7 @@
|
||||
#
|
||||
# Test description: Test if file capabilities are archived/restored correctly
|
||||
# using just the default xattr support (capabilities are stored/restored in
|
||||
# binary format -> system dependant).
|
||||
# binary format -> system dependent).
|
||||
|
||||
AT_SETUP([capabilities: binary store/restore])
|
||||
AT_KEYWORDS([xattrs capabilities capabs_raw01])
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
# --listed-incremental option is given.
|
||||
#
|
||||
# This testcase verifies whether the --exclude-tag-all option works
|
||||
# as expected whe used together with --listed-incremental. If the
|
||||
# as expected when used together with --listed-incremental. If the
|
||||
# exclusion tag is created after the level 0 dump, the level 1 dump
|
||||
# must skip the entire affected subdirectory and any previously-included
|
||||
# files within it.
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ chmod 777 dir
|
||||
tar -xf a.tar --no-overwrite-dir
|
||||
genfile --stat=mode.777 dir
|
||||
|
||||
# Test if temprorary permissions are set correctly to allow the owner
|
||||
# Test if temporary permissions are set correctly to allow the owner
|
||||
# to write to the directory.
|
||||
genfile --file dir/file
|
||||
tar cf a.tar dir
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Description: For some intermediate versions of tar 1.26.90,
|
||||
# tar would fail to correctly cannonicalize archive member names
|
||||
# tar would fail to correctly canonicalize archive member names
|
||||
# in incremental mode if there was a -C options with an absolute path
|
||||
# on the command line without any archive members specified within that
|
||||
# directory. (In that case, the canonical name generated for
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Description: Tar <=1.28 would segfault extracting from a multi-volume
|
||||
# archive containging filenames >= 100 characters if the subsequent volume
|
||||
# archive containing filenames >= 100 characters if the subsequent volume
|
||||
# was not set properly.
|
||||
# Reported by: Pavel Raiskup <praiskup@redhat.com>
|
||||
# References: https://bugzilla.redhat.com/show_bug.cgi?id=866071,
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Description: Test interaction of --recursion and --no-recursion options.
|
||||
# Each of them remains in effect until cancelled by the next ocurrence
|
||||
# Each of them remains in effect until cancelled by the next occurrence
|
||||
# of its counterpart. This didn't work in v.1.27.1 and was fixed by
|
||||
# commit 2bd9c153.
|
||||
# Reported by: Kai <hellsy22@mail.ru>
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ m4_define([AT_TAR_MKHIER],[
|
||||
install-sh -d $1 >/dev/null dnl
|
||||
m4_if([$2],,,&& genfile --file [$1]/[$2]) || AT_SKIP_TEST])
|
||||
|
||||
dnl Skip test when utlity does not return expected return value
|
||||
dnl Skip test when utility does not return expected return value
|
||||
m4_define([AT_CHECK_UTIL],[
|
||||
$1 &> /dev/null
|
||||
if test "$?" != $2; then
|
||||
|
||||
Reference in New Issue
Block a user