summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-10 15:13:45 +0000
committerJim Meyering <jim@meyering.net>2004-05-10 15:13:45 +0000
commit6e73791bd447c21e17e36fefac8f5d26fff5cbab (patch)
tree9387238f8da9a7059ed1021190fded014753efd4 /tests
parentc98f083d36fbce3cfd3258db3e2c3e08e6e167b7 (diff)
downloadcoreutils-6e73791bd447c21e17e36fefac8f5d26fff5cbab.tar.xz
(TESTS): Add trap.
Diffstat (limited to 'tests')
-rw-r--r--tests/install/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am
index bae7ddaa6..0d9d499c1 100644
--- a/tests/install/Makefile.am
+++ b/tests/install/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits
-TESTS = basic-1 create-leading
+TESTS = trap basic-1 create-leading
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"