citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a054b0267b032d6645d0a8137487b1abfc2e73f2
parent 14979e33bd59b1954f7e3a1d6346d7164ca31c7a
Author: kyle <kyle@getaddrinfo.net>
Date:   Thu, 29 Oct 2015 19:29:09 -0600

tests: small fix

Diffstat:
Mtests/fibonacci/test.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fibonacci/test.sh b/tests/fibonacci/test.sh @@ -2,7 +2,7 @@ result="`/tmp/bin 10`" if [ "$result" != "result: 55" ]; then - echo "${0}: $result != \"result: 55\"" + echo "${0}: '$result' != 'result: 55'" exit 1 fi