]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add restore-wd.
authorJim Meyering <jim@meyering.net>
Sat, 8 Feb 2003 18:08:16 +0000 (18:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Feb 2003 18:08:16 +0000 (18:08 +0000)
tests/du/Makefile.am

index c79f31319c4b06581058e2b3a79ef7a7a72af6d9..1ee00fd113b744a22bd661aaef010cd9182e15eb 100644 (file)
@@ -1,7 +1,9 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
 AUTOMAKE_OPTIONS = 1.4 gnits
 
-TESTS = exclude no-x no-deref trailing-slash deref two-args slink
+TESTS = \
+  restore-wd \
+  exclude no-x no-deref trailing-slash deref two-args slink
 EXTRA_DIST = $(TESTS)
 TESTS_ENVIRONMENT = \
   PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"