From 1529be605114dab54f82779babcd0793ec931aa7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Sep 2007 21:29:46 +0200 Subject: Move the sole test in tests/tsort/ to tests/misc/tsort. * tests/tsort/basic-1: Move this file to ... * tests/misc/tsort: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add tsort. * tests/Makefile.am (SUBDIRS): Remove tsort. * tests/tsort: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/tsort/Makefile. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index aeae39557..f942dcd91 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,7 +47,7 @@ SUBDIRS = \ chgrp chmod chown cp cut dd du head \ install join ln ls ls-2 misc mkdir mv od pr readlink rm rmdir \ sha1sum shred sort stty sum tac tail tail-2 tee test touch tr \ - tsort uniq wc + uniq wc ## N O T E :: Please do not add new directories. all_t = t1 t2 t3 t4 t5 t6 t7 t8 t9 -- cgit v1.2.3-54-g00ecf