]> Dogcows Code - chaz/tar/commitdiff
Remove mkhier, use AT_TAR_MKHIER instead
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 20 Feb 2006 09:42:08 +0000 (09:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 20 Feb 2006 09:42:08 +0000 (09:42 +0000)
tests/long01.at

index 0b50ae04acca1caab5109937b5dd95f45b6aa47b..df0f72c9a3c8c0b081862263c0ac59d0187c531d 100644 (file)
@@ -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
This page took 0.023729 seconds and 4 git commands to generate.