diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-05 07:15:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-05 07:15:30 +0000 |
commit | f921b7474dc632814fdfdded2b3398b5d011b935 (patch) | |
tree | c3c08fb12b56f2e789132d21d498d3d71f7a66d5 /tests | |
parent | 3fcd54f5456f36183315257d96bf28dab487eb72 (diff) | |
download | coreutils-f921b7474dc632814fdfdded2b3398b5d011b935.tar.xz |
(TESTS): Add 8gb.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 4cfc1c6f9..abca5da41 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ - basic restore-wd \ + 8gb basic restore-wd \ exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |