diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-12 19:58:58 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-12 19:58:58 +0100 |
commit | 78a1d22aa07c520badea320e167a95158799de32 (patch) | |
tree | c96ae0884a3bb4445e5ad8bd77fe8b7da92bc14f | |
parent | 597bfeb851f0ef1e165f9815b750389268bb11cf (diff) | |
download | coreutils-78a1d22aa07c520badea320e167a95158799de32.tar.xz |
* tests/du/Makefile.am (TESTS): Add inacc-dest.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | tests/du/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ * tests/chmod/no-x: Likewise. * tests/du/no-x: Likewise. * NEWS: Mention this bug fix. + * tests/du/Makefile.am (TESTS): Add inacc-dest. * Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusion for xalloc.h itself. diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index e24b85c5b..e766eb568 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -21,6 +21,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + inacc-dest \ long-from-unreadable \ long-sloop \ 2g \ |