From 195bdbbd1b74ccacb5308942e588abb7f7eab59d Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Sat, 16 Feb 2019 19:20:02 -0500 Subject: [PATCH] nit --- tester/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/README.md b/tester/README.md index 6c9aa2d..6761303 100644 --- a/tester/README.md +++ b/tester/README.md @@ -1,5 +1,5 @@ -The 'run-tests.sh' script is called by various testers to do the work of +The `run-tests.sh` script is called by various testers to do the work of testing. Each test is actually fairly simple: it is a comparison of standard output and standard error, as per the program specification.