]> Dogcows Code - chaz/tar/blobdiff - tests/extrac07.at
Skip test if genfile is unable to create the file
[chaz/tar] / tests / extrac07.at
index 1cd5bfbd1be7fe71fd54599650eb872da53398e9..2efc2f410f9a4d599db140493f229cb244c4b89d 100644 (file)
@@ -39,6 +39,8 @@ chmod -w dir
 echo Create the archive
 tar cf archive dir || exit 1
 
+chmod +w dir
+
 echo Extract
 mkdir out
 tar -C out -xvf archive
@@ -50,8 +52,7 @@ Extract
 dir/
 dir/foo
 ],
-[tar: Removing leading `../' from hard link targets
-],[],[ustar]) # Testing one format is enough
+[],[],[ustar]) # Testing one format is enough
 
 AT_CLEANUP
 
This page took 0.024956 seconds and 4 git commands to generate.