diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-20 13:06:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-20 13:06:25 +0000 |
commit | d039892e8fd0f5ea69a926798e564567c0a7deb0 (patch) | |
tree | 1ae6fee53ca7f2c70c0fcfb40f99a6d82e7047b2 | |
parent | 13a732ea7392235c418553997a10ad5378a1d2db (diff) | |
download | coreutils-d039892e8fd0f5ea69a926798e564567c0a7deb0.tar.xz |
.
-rw-r--r-- | tests/dd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 07fbf6db8..a95582976 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -262,7 +262,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=dd TESTS = misc not-rewound skip-seek skip-seek2 unblock-sync |