diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-05-25 07:05:41 +0000 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2006-05-25 07:05:41 +0000 |
commit | 75f37f4cefe260f2e9ba82a485183e3fb40552e1 (patch) | |
tree | a607067bcc2816435faa3643779f14561c5a34a7 /tests/options.at | |
parent | 3947e63c258213273c0cbc6a69f17f0ba0733b05 (diff) | |
download | tar-75f37f4cefe260f2e9ba82a485183e3fb40552e1.tar.gz |
Make AT_SETUP more readable.
Diffstat (limited to 'tests/options.at')
-rw-r--r-- | tests/options.at | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/options.at b/tests/options.at index 4902518f..a0b39a52 100644 --- a/tests/options.at +++ b/tests/options.at @@ -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([ |