|
@@ -1,7 +1,7 @@
|
|
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
|
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
|
|
|
|
|
# Test suite for GNU tar.
|
|
# Test suite for GNU tar.
|
|
-# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
|
|
|
|
|
+# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -56,6 +56,10 @@ m4_define([AT_GZIP_PREREQ],[
|
|
cat /dev/null | m4_if([$1],[],gzip,[$1]) - > /dev/null 2>&1 || AT_SKIP_TEST
|
|
cat /dev/null | m4_if([$1],[],gzip,[$1]) - > /dev/null 2>&1 || AT_SKIP_TEST
|
|
])
|
|
])
|
|
|
|
|
|
|
|
+m4_define([AT_TAR_MKHIER],[
|
|
|
|
+mkinstalldirs $1 >/dev/null
|
|
|
|
+genfile --file $1/$2])
|
|
|
|
+
|
|
AT_INIT
|
|
AT_INIT
|
|
|
|
|
|
AT_TESTED([tar])
|
|
AT_TESTED([tar])
|
|
@@ -97,6 +101,9 @@ m4_include([listed02.at])
|
|
|
|
|
|
m4_include([longv7.at])
|
|
m4_include([longv7.at])
|
|
m4_include([long01.at])
|
|
m4_include([long01.at])
|
|
|
|
+m4_include([lustar01.at])
|
|
|
|
+m4_include([lustar02.at])
|
|
|
|
+m4_include([lustar03.at])
|
|
|
|
|
|
m4_include([multiv01.at])
|
|
m4_include([multiv01.at])
|
|
m4_include([multiv02.at])
|
|
m4_include([multiv02.at])
|