X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fextrac07.at;fp=tests%2Fextrac07.at;h=d993dc36be0004a946d7cfb97bbeb9601a01e6a5;hp=1c45e9758191f34ee12cb337d4ce734815be3ad0;hb=ee168310ec4227174ace489bf5f81f8c2f91cde0;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6 diff --git a/tests/extrac07.at b/tests/extrac07.at index 1c45e97..d993dc3 100644 --- a/tests/extrac07.at +++ b/tests/extrac07.at @@ -28,13 +28,15 @@ AT_SETUP([extracting symlinks to a read-only dir]) AT_KEYWORDS([extract extract07 read-only symlink]) AT_TAR_CHECK([ +AT_UNPRIVILEGED_PREREQ + echo Prepare the directory mkdir dir genfile -f foo cd dir ln -s ../foo . cd .. -chmod -w dir +chmod a-w dir echo Create the archive tar cf archive dir || exit 1 @@ -52,8 +54,6 @@ Extract dir/ dir/foo ], -[],[],[ustar]) # Testing one format is enough +[],[],[],[ustar]) # Testing one format is enough AT_CLEANUP - -