diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-20 09:33:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-20 09:33:58 +0000 |
commit | d22a3e0af91d68d2036a6daac7cdfaa9c739f67e (patch) | |
tree | e9c98a8a6a0d589f3718ad70df634c02d7f2b375 /tests | |
parent | adc5058db257a8d2268d12c92e58de7c8d1d9642 (diff) | |
download | coreutils-d22a3e0af91d68d2036a6daac7cdfaa9c739f67e.tar.xz |
(TESTS): Add unblock-sync.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dd/Makefile.am b/tests/dd/Makefile.am index 30aada06c..2dd2dbe7f 100644 --- a/tests/dd/Makefile.am +++ b/tests/dd/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ PROG=dd -TESTS = misc not-rewound skip-seek skip-seek2 +TESTS = misc not-rewound skip-seek skip-seek2 unblock-sync |