Make AT_SETUP more readable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
||||
|
||||
# Test suite for GNU tar.
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
@@ -19,7 +19,7 @@
|
||||
# 02110-1301, USA.
|
||||
|
||||
AT_SETUP([append])
|
||||
AT_KEYWORDS([append])
|
||||
AT_KEYWORDS([append append00])
|
||||
|
||||
AT_TAR_CHECK([touch file1
|
||||
touch file2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
||||
|
||||
# Test suite for GNU tar.
|
||||
# Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
@@ -26,8 +26,8 @@
|
||||
# <7231C15EAC2F164CA6DC326D97493C8B36C25D@exchange35.fed.cclrc.ac.uk>
|
||||
# http://lists.gnu.org/archive/html/bug-tar/2005-02/msg00032.html
|
||||
|
||||
AT_SETUP([append01])
|
||||
AT_KEYWORDS([appending files with long names])
|
||||
AT_SETUP([appending files with long names])
|
||||
AT_KEYWORDS([append append01])
|
||||
|
||||
m4_define([PREFIX],[This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX])
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
||||
|
||||
# Test suite for GNU tar.
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
# There was a diagnostic when directory already exists.
|
||||
|
||||
AT_SETUP([extract01])
|
||||
AT_SETUP([extract over an existing directory])
|
||||
AT_KEYWORDS([extract extract01])
|
||||
|
||||
AT_TAR_CHECK([
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
||||
|
||||
# Test suite for GNU tar.
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
@@ -21,7 +21,7 @@
|
||||
# Ensure that TAR_OPTIONS works in conjunction with old-style options.
|
||||
|
||||
unset TAR_OPTIONS
|
||||
AT_SETUP([options])
|
||||
AT_SETUP([mixing options])
|
||||
AT_KEYWORDS([options options00])
|
||||
|
||||
AT_CHECK([
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Process this file with autom4te to create testsuite. -*- Autotest -*-
|
||||
|
||||
# Test suite for GNU tar.
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
||||
|
||||
# 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
|
||||
@@ -23,7 +23,7 @@
|
||||
# References: <200501051042.46223.vapier@gentoo.org>
|
||||
# http://lists.gnu.org/archive/html/bug-tar/2005-01/msg00011.html
|
||||
|
||||
AT_SETUP([options02])
|
||||
AT_SETUP([interspersed options])
|
||||
AT_KEYWORDS([options options02])
|
||||
|
||||
AT_CHECK([
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
# References: <20040507122613.GB12457@pike.phil.uni-passau.de>
|
||||
# http://lists.gnu.org/archive/html/bug-tar/2004-05/msg00008.html
|
||||
|
||||
AT_SETUP([same-order01])
|
||||
AT_SETUP([working -C with --same-order])
|
||||
AT_KEYWORDS([same-order same-order01])
|
||||
|
||||
AT_TAR_CHECK([
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
# (see same-order01.sh). However, multiple -C options worked OK.
|
||||
# Test if we did not break the correct behavior.
|
||||
|
||||
AT_SETUP([same-order02])
|
||||
AT_SETUP([multiple -C options])
|
||||
AT_KEYWORDS([same-order same-order02])
|
||||
|
||||
AT_TAR_CHECK([
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
# manually modifying its size field. Test tarball kindly provided by Tomas.
|
||||
# Reported by: Thomas <metaf4@users.askja.de>
|
||||
# References: <4462E13A.3080008@users.askja.de>,
|
||||
# <44639C4C.5050401@users.askja.de
|
||||
# <44639C4C.5050401@users.askja.de>
|
||||
|
||||
AT_SETUP([volume header size])
|
||||
AT_KEYWORDS([volume volsize])
|
||||
|
||||
Reference in New Issue
Block a user