summaryrefslogtreecommitdiff
path: root/tests/long01.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-20 09:42:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-20 09:42:08 +0000
commite304b58fff079874b029d23a060f90ea242c84e9 (patch)
tree49de95939bed81d4ffff4f4f1db5e5fbe5df71a6 /tests/long01.at
parentc532f1246468e9c951cb136975f08a41deac84ca (diff)
downloadtar-e304b58fff079874b029d23a060f90ea242c84e9.tar.gz
Remove mkhier, use AT_TAR_MKHIER instead
Diffstat (limited to 'tests/long01.at')
-rw-r--r--tests/long01.at15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/long01.at b/tests/long01.at
index 0b50ae04..df0f72c9 100644
--- a/tests/long01.at
+++ b/tests/long01.at
@@ -33,21 +33,8 @@ m4_define([NAME],[0123456789abcde])
m4_define([FULLNAME],NAME)
m4_for([N],0,29,,[m4_define([FULLNAME],FULLNAME/NAME)])
-# Create a directory from [FULLNAME] with a file NAME at the deepest
-# level. The full length of the resulting file name is 512
-# NOTE: It is important to use a *file* in this test, since directory
-# names always receive a trailing slash in tar.
-mkhier() {
- (for name in `echo FULLNAME | tr '/' ' '`
- do
- mkdir $name
- cd $name
- done
- cat /dev/null > NAME)
-}
-
AT_TAR_CHECK([
-mkhier
+AT_TAR_MKHIER(FULLNAME,NAME)
echo test > endfile
tar cf archive FULLNAME/NAME endfile