summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-08-03 16:11:08 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-08-03 16:47:22 +0300
commiteb621c67cfdff818ac86fa2e54602fc82daf6032 (patch)
tree4ec2649c541b63f4cf8df22127f091834659662a /tests/Makefile.am
parent21f86195b7c48196e7912bbb2755e56af5ea62ff (diff)
downloadtar-eb621c67cfdff818ac86fa2e54602fc82daf6032.tar.gz
Options to control option handling in file lists.
The --verbatim-files-from option disables option handling in file lists. The --no-verbatim-files-from reverts its effect. The --null option implies --verbatim-files-from. This restores the documented behavior, broken by 26538c9b. * src/common.h (verbatim_files_from_option): New global. * src/names.c (name_elt): New member: file.verbatim (name_add_file): Take 'verbatim' state as its third parameter. (read_next_name): Don't call handle_option if file.verbatim is set. * src/tar.c: New options --verbatim-files-from and --no-verbatim-files-from. * doc/tar.texi: Document --verbatim-files-from and --no-verbatim-files-from options. * NEWS: Update. * configure.ac: Version 1.28.90 * tests/T-null2.at: New testcase. * tests/Makefile.am: Update. * tests/testsuite.at: Update.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f5b64374..70aa8747 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
# Makefile for GNU tar regression tests.
-# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2013 Free Software
+# Copyright 1996-1997, 1999-2001, 2003-2007, 2009, 2012-2015 Free Software
# This file is part of GNU tar.
@@ -47,6 +47,7 @@ TESTSUITE_AT = \
T-dir01.at\
T-empty.at\
T-null.at\
+ T-null2.at\
T-rec.at\
T-zfile.at\
T-nonl.at\