From 015052dcfd7152a0df037bef1bc5452e0c956695 Mon Sep 17 00:00:00 2001 From: David Jones Date: Wed, 19 Jun 2013 09:20:13 +0100 Subject: [PATCH] /bin/sh now --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a1ea478..a060935 100644 --- a/readme.md +++ b/readme.md @@ -3,8 +3,9 @@ '\__| '| \ '\_ '| | _|_, |'\| ` ' ` ` ' ` ' ' ` -Urchin is a test framework for shell. It currently supports bash on -GNU/Linux and Mac. +Urchin is a test framework for shell. It is implemented in +portable /bin/sh and should work on GNU/Linux, Mac OS X, and +other Unix platforms. ## Try it out Urchin's tests are written in Urchin, so you can run them to see what Urchin @@ -33,7 +34,7 @@ exit `0` on success and something else on fail. Non-executable files and hidden files (dotfiles) are ignored, so you can store fixtures right next to your tests. Run urchin from inside the tests directory. -Urchin only cares about the exit code, so you can actually write your tests +Urchin only cares about the exit status, so you can actually write your tests in any language, not just shell. ## More about writing tests