From: Jim Meyering Date: Sun, 28 Mar 1999 14:40:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=771cd1f61776120857fb584c07ff4a604df48322;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/chmod/Makefile.am b/tests/chmod/Makefile.am new file mode 100644 index 0000000000..bab29bb1d4 --- /dev/null +++ b/tests/chmod/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = equal-x +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH