diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-17 07:34:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-17 07:34:04 +0000 |
commit | 1c6add23a8929f9ec0e2bf3124ab53b40fc559b0 (patch) | |
tree | 8ddccf6c33647222cbbccad1d979bf250a37db05 /tests/od | |
parent | 83ce802e590ab90f61b4d8126fd7d7bed97e6418 (diff) | |
download | coreutils-1c6add23a8929f9ec0e2bf3124ab53b40fc559b0.tar.xz |
(TESTS): Add x8.
Diffstat (limited to 'tests/od')
-rw-r--r-- | tests/od/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am index 632c78025..d3182d8eb 100644 --- a/tests/od/Makefile.am +++ b/tests/od/Makefile.am @@ -8,4 +8,4 @@ TESTS_ENVIRONMENT = \ PERL="@PERL@" \ PATH=`pwd`/../../src:$$PATH -TESTS = od-N +TESTS = od-N x8 |