From d7001f2c34b4f088d52c6abe767fca352b65e24a Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Fri, 15 Apr 2016 13:40:18 -0600 Subject: [PATCH] Fix readme test script reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442baa6..0d1cb6f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Pull requests are welcome! If you send a pull request, please: Testing is performed with [`shunit2`](https://github.com/kward/shunit2) (v2.1.6). Documentation can be found [here](http://shunit2.googlecode.com/svn/trunk/source/2.1/doc/shunit2.html). -The test script lives at `script/test.zsh`. To run the tests, run `make test`. +The test script lives at `script/test_runner.zsh`. To run the tests, run `make test`. ## License