summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-07 22:46:52 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:38 +0200
commitfd9f53cfdf3b1d69f8ace0deded9699b248ac81f (patch)
tree3c74b8823d656447e6fafff56b1871abdb993181 /configure.ac
parentec2064acc84d9cc6e0bfae04c591974efc449d8a (diff)
downloadcoreutils-fd9f53cfdf3b1d69f8ace0deded9699b248ac81f.tar.xz
Move the sole test in tests/expr to tests/misc/expr.
* tests/expr/basic: Move this file to ... * tests/misc/expr: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add expr. * tests/Makefile.am (SUBDIRS): Remove expr. * tests/expr: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/expr/Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c488f0d8a..157ca30be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,7 +343,6 @@ AC_CONFIG_FILES(
tests/cut/Makefile
tests/dd/Makefile
tests/du/Makefile
- tests/expr/Makefile
tests/factor/Makefile
tests/fmt/Makefile
tests/head/Makefile