diff options
Diffstat (limited to 'test-performance.sh')
-rwxr-xr-x | test-performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-performance.sh b/test-performance.sh index 365c4a5..cb19666 100755 --- a/test-performance.sh +++ b/test-performance.sh @@ -1,6 +1,6 @@ scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" cd_to_tmp() { tmpfile="/tmp/git-prompt-tests-$(time_now)$1" |