summaryrefslogtreecommitdiff
path: root/tests/tee/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-11 23:30:09 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:39 +0200
commit44629cf147ba5c3827b5252e36ce50ce447b36b8 (patch)
treeabfb93f2f68ff35e0ab87f70a6aec73df217f8c8 /tests/tee/Makefile.am
parenteb3f59b7e1fece055a51ef724c63edac56ab9636 (diff)
downloadcoreutils-44629cf147ba5c3827b5252e36ce50ce447b36b8.tar.xz
Move the two tests in tests/tee to tests/misc/.
* tests/tee/basic: Move this file to ... * tests/misc/tee: ...here. Don't rely on $PROG in env. * tests/tee/dash: Move this file to ... * tests/misc/tee-dash: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add tee. * tests/Makefile.am (SUBDIRS): Remove tee. * tests/tee: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/tee/Makefile
Diffstat (limited to 'tests/tee/Makefile.am')
-rw-r--r--tests/tee/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tee/Makefile.am b/tests/tee/Makefile.am
deleted file mode 100644
index 48f3239af..000000000
--- a/tests/tee/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-.
-TESTS = basic dash
-EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = \
- CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
- PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"