From: Jim Meyering Date: Sat, 9 Dec 2000 13:44:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_10~28 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=de4a3dfb267bf271d1d573c56eeb2b41d96a314c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am new file mode 100644 index 0000000000..b72e2e3287 --- /dev/null +++ b/tests/chgrp/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = basic +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH