From: Jim Meyering Date: Fri, 19 May 2000 07:10:09 +0000 (+0000) Subject: put hash at the end of the list X-Git-Tag: FILEUTILS-4_0s~27 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5c136d939e655316eca89c65a559af02e462a52f;p=thirdparty%2Fcoreutils.git put hash at the end of the list --- diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index 709cb32e2a..2de52d19a2 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = hash r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 # unreadable empty-name +TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash # unreadable empty-name EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ RM=../../src/rm \