From 451241a7763921855b40fbe542f484252071081e Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 26 Feb 2018 12:55:12 -0800 Subject: [PATCH] working directory is usually not in PATH --- doc/dev/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/dev.md b/doc/dev/dev.md index 2624128398..2cd10f4dff 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