From: Sergey Poznyakoff Date: Thu, 6 Jan 2005 18:16:50 +0000 (+0000) Subject: Add options02.at X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=85d8f1d2a29cac1b9ac51fb0d99c95b5a2b448cd;p=chaz%2Ftar Add options02.at --- diff --git a/tests/Makefile.am b/tests/Makefile.am index cf3dbd5..515c861 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -70,6 +70,7 @@ TESTSUITE_AT = \ multiv03.at\ old.at\ options.at\ + options02.at\ pipe.at\ recurse.at\ same-order01.at\ diff --git a/tests/testsuite.at b/tests/testsuite.at index 5059eb1..82f33f8 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -63,6 +63,7 @@ m4_include([version.at]) m4_include([pipe.at]) m4_include([options.at]) +m4_include([options02.at]) m4_include([append.at])