diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2005-11-09 13:09:44 +0000 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2005-11-09 13:09:44 +0000 |
commit | f3a24a7a51d10c301441690c9302300e5410c260 (patch) | |
tree | b1a8bef483e77d73ba59b8520681dd1353fd87b4 /tests/long01.at | |
parent | e1286c19891794415af1e5eec59fb297ccf2df37 (diff) | |
download | tar-f3a24a7a51d10c301441690c9302300e5410c260.tar.gz |
(AT_KEYWORDS): Improve to allow executionof related tests in groups.
Diffstat (limited to 'tests/long01.at')
-rw-r--r-- | tests/long01.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long01.at b/tests/long01.at index 875dcdb3..0b50ae04 100644 --- a/tests/long01.at +++ b/tests/long01.at @@ -26,7 +26,7 @@ # http://lists.gnu.org/archive/html/bug-tar/2005-01/msg00038.html AT_SETUP([long file names divisible by block size]) -AT_KEYWORDS([long512]) +AT_KEYWORDS([longname long512]) dnl Create a directory structure with maximum diractory name length 512-16 m4_define([NAME],[0123456789abcde]) |