diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-23 07:48:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-23 07:48:11 +0000 |
commit | 0816398823b325f19bb1a29b6987c2cbae587105 (patch) | |
tree | 8bf892d69dda62e848c00b23b293f6e3945c8915 /tests | |
parent | 2ca0198ba4c15c7351f66557866cfbbec4a86626 (diff) | |
download | coreutils-0816398823b325f19bb1a29b6987c2cbae587105.tar.xz |
change PROG from ls to dd
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/Makefile.am b/tests/dd/Makefile.am index 8954513b6..b4873e30c 100644 --- a/tests/dd/Makefile.am +++ b/tests/dd/Makefile.am @@ -7,6 +7,6 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PERL="@PERL@" \ PATH=`pwd`/../../src:$$PATH \ - PROG=ls + PROG=dd TESTS = misc not-rewound |