浏览代码

Added long01.at

Sergey Poznyakoff 20 年之前
父节点
当前提交
e7db56c0ef
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      tests/Makefile.am
  2. 2 1
      tests/testsuite.at

+ 2 - 1
tests/Makefile.am

@@ -1,6 +1,6 @@
 # Makefile for GNU tar regression tests.
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004 Free Software
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
 # Foundation, Inc.
 
 # François Pinard <pinard@iro.umontreal.ca>, 1988.
@@ -64,6 +64,7 @@ TESTSUITE_AT = \
  link01.at\
  listed01.at\
  listed02.at\
+ long01.at\
  longv7.at\
  multiv01.at\
  multiv02.at\

+ 2 - 1
tests/testsuite.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, 2005 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
@@ -91,6 +91,7 @@ m4_include([listed01.at])
 m4_include([listed02.at])
 
 m4_include([longv7.at])
+m4_include([long01.at])
 
 m4_include([multiv01.at])
 m4_include([multiv02.at])