[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] tests/extrac07.at
From: |
Solar Designer |
Subject: |
[Bug-tar] tests/extrac07.at |
Date: |
Sun, 21 Mar 2010 11:41:15 +0300 |
User-agent: |
Mutt/1.4.2.3i |
Sergey,
Here's a patch to fix a couple of bugs in extrac07.at in 1.23. Without
this patch, multiple tests would be run instead of just one (for ustar)
and the extracted directory would not get removed.
--- tar-1.23.orig/tests/extrac07.at 2010-01-26 11:30:21 +0000
+++ tar-1.23/tests/extrac07.at 2010-03-21 06:34:06 +0000
@@ -52,7 +52,9 @@
dir/
dir/foo
],
-[],[],[ustar]) # Testing one format is enough
+[],[],[],[ustar]) # Testing one format is enough
+
+chmod +w ustar/out/dir
AT_CLEANUP
Alexander
- [Bug-tar] tests/extrac07.at,
Solar Designer <=