]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
working directory is usually not in PATH
authorMukund Sivaraman <muks@isc.org>
Mon, 26 Feb 2018 20:55:12 +0000 (12:55 -0800)
committerEvan Hunt <each@isc.org>
Mon, 26 Feb 2018 20:55:12 +0000 (12:55 -0800)
doc/dev/dev.md

index 2624128398b0a54bd282b5dfffe12f9ae4f429f8..2cd10f4dff7e11c8d099b3bf48289ea174df3394 100644 (file)
@@ -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