summaryrefslogtreecommitdiff
path: root/tests/unexpand/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-10 19:08:31 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:39 +0200
commit47b7234de3600a3777f015ad4792dda622b0a921 (patch)
treed57300fadc318113cadbc71b36b9610dee46930b /tests/unexpand/Makefile.am
parentd62bdb30f7ee8114162239178bc077ea81ecac38 (diff)
downloadcoreutils-47b7234de3600a3777f015ad4792dda622b0a921.tar.xz
Move the sole test in tests/unexpand to tests/misc/unexpand.
* tests/unexpand/basic-1: Move this file to ... * tests/misc/unexpand: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add unexpand. * tests/Makefile.am (SUBDIRS): Remove unexpand. * tests/unexpand: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/unexpand/Makefile.
Diffstat (limited to 'tests/unexpand/Makefile.am')
-rw-r--r--tests/unexpand/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/unexpand/Makefile.am b/tests/unexpand/Makefile.am
deleted file mode 100644
index 6c692bdf3..000000000
--- a/tests/unexpand/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-.
-
-EXTRA_DIST = $(TESTS)
-
-TESTS_ENVIRONMENT = \
- top_srcdir=$(top_srcdir) \
- srcdir=$(srcdir) \
- PERL="$(PERL)" \
- CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
- PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
- PROG=unexpand
-
-TESTS = basic-1