--- trunk/tests/store-unreadable-json.sh 2008/10/23 20:10:48 337 +++ trunk/tests/store-unreadable-json.sh 2009/07/26 17:09:04 443 @@ -1,6 +1,6 @@ #!/bin/sh # store-unreadable-json.sh - test store when jscoverage.json is not readable -# Copyright (C) 2008 siliconforks.com +# Copyright (C) 2008, 2009 siliconforks.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ set -e -. common.sh +. ./common.sh # skip on windows uname=`uname` @@ -39,8 +39,6 @@ trap 'cleanup' 0 1 2 3 15 -export PATH=.:..:../js:$PATH - if [ -z "$VALGRIND" ] then delay=0.2