From: Rob Browning Date: Sun, 26 Apr 2015 17:03:05 +0000 (-0500) Subject: README.md: consistently refer to "make test" X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f64a1a3c8fa93e04f4849735656a1c833960a2eb;p=packages%2Fb%2Fbup.git README.md: consistently refer to "make test" Thanks to Patrick Rouleau for reporting the inconsistency. Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index ea08b6e..c18e564 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ From source The tests should pass. If they don't pass for you, stop here and send an email to bup-list@googlegroups.com. Though if there are symbolic links along the current working directory path, the tests - may fail. Running something like this before "make check" should + may fail. Running something like this before "make test" should sidestep the problem: cd "$(/bin/pwd)"