From: Mukund Sivaraman Date: Mon, 26 Feb 2018 20:55:12 +0000 (-0800) Subject: working directory is usually not in PATH X-Git-Tag: v9.13.0~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=451241a7763921855b40fbe542f484252071081e;p=thirdparty%2Fbind9.git working directory is usually not in PATH --- diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 2624128398b..2cd10f4dff7 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -245,7 +245,7 @@ whatever output the unit test emits, whereas in the other modes, output is redirected: $ cd lib/isc/tests - $ hash_test isc_sha512 + $ ./hash_test isc_sha512 #### Writing unit tests