(TESTS): Add new test `unreadable'. But comment
authorJim Meyering <jim@meyering.net>
Sun, 25 Oct 1998 14:08:38 +0000 (14:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Oct 1998 14:08:38 +0000 (14:08 +0000)
it out since we're so close to release and since the test compares the
text of diagnostics that are likely to vary between systems.
(TEST_ENVIRONMENT): Add required framework.

tests/rm/Makefile.am

index 3dfdeee..d10c924 100644 (file)
@@ -1,6 +1,13 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
 AUTOMAKE_OPTIONS = 1.1 gnits
 
-TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1
+TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 # unreadable
 EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = RM=../../src/rm MKDIR=../../src/mkdir
+TESTS_ENVIRONMENT = \
+  RM=../../src/rm \
+  MKDIR=../../src/mkdir \
+  top_srcdir=$(top_srcdir) \
+  srcdir=$(srcdir) \
+  PERL="@PERL@" \
+  PATH=../../src:$$PATH \
+  PROG=rm