summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-10-27 14:07:46 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-10-27 14:07:46 +0300
commit5af29cb944c84e2d539ce9df527d63c29f6012b9 (patch)
treefa69890db97d71bd87c4978ad331358840d98e7d /tests/testsuite.at
parent7dd57ebdfa9ac0d2af4622449f45b5025f6c184f (diff)
downloadtar-5af29cb944c84e2d539ce9df527d63c29f6012b9.tar.gz
Transform file names when updating and appendig to archives.
This complements 28e91b48. * src/common.h (transform_stat_info): New prototype. * src/list.c (transform_stat_info): Remove static qualifier. * src/update.c (update_archive): Call transform_stat_info. * tests/Makefile.am (TESTSUITE_AT): Add append03.at * tests/testsuite.at: Include append03.at
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 9aaafff1..d18b16e5 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -121,6 +121,7 @@ m4_include([verbose.at])
m4_include([append.at])
m4_include([append01.at])
m4_include([append02.at])
+m4_include([append03.at])
m4_include([xform-h.at])
m4_include([xform01.at])