From: Jim Meyering Date: Sat, 8 Feb 2003 18:08:16 +0000 (+0000) Subject: (TESTS): Add restore-wd. X-Git-Tag: v4.5.7~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47276b7f945a99bd59b3740ae7016a463bbee56a;p=thirdparty%2Fcoreutils.git (TESTS): Add restore-wd. --- diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index c79f31319c..1ee00fd113 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -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"