diff options
Diffstat (limited to 'tests/shred')
-rw-r--r-- | tests/shred/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shred/Makefile.am b/tests/shred/Makefile.am index 376219290..145b57249 100644 --- a/tests/shred/Makefile.am +++ b/tests/shred/Makefile.am @@ -6,6 +6,6 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" TESTS = remove exact |