diff options
author | Malfurious <m@lfurio.us> | 2021-03-24 04:56:02 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-03-24 04:56:02 -0400 |
commit | b3ba62d18900b3f04f13c26480e91ecfc4e49db7 (patch) | |
tree | f64732294dbc2e9a73546da545099e09c8a63b32 /test | |
parent | 82c412c58081aa57197c2270bb544d790f35ffae (diff) | |
download | git-sonar-b3ba62d18900b3f04f13c26480e91ecfc4e49db7.tar.gz git-sonar-b3ba62d18900b3f04f13c26480e91ecfc4e49db7.zip |
Update references to project name to git-sonar
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rwxr-xr-x | test | 2 | ||||
-rwxr-xr-x | test-branches.sh | 2 | ||||
-rwxr-xr-x | test-colors.sh | 2 | ||||
-rwxr-xr-x | test-commits.sh | 2 | ||||
-rwxr-xr-x | test-directories.sh | 2 | ||||
-rwxr-xr-x | test-files.sh | 2 | ||||
-rwxr-xr-x | test-format-config.sh | 2 | ||||
-rwxr-xr-x | test-performance.sh | 2 | ||||
-rwxr-xr-x | test-radar-base.sh | 2 | ||||
-rwxr-xr-x | test-stash.sh | 2 | ||||
-rwxr-xr-x | test-status.sh | 2 |
11 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -./test-radar-base.sh +./test-sonar-base.sh ./test-directories.sh ./test-commits.sh ./test-branches.sh diff --git a/test-branches.sh b/test-branches.sh index 891a819..ce779b3 100755 --- a/test-branches.sh +++ b/test-branches.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" diff --git a/test-colors.sh b/test-colors.sh index f71b776..b6f6688 100755 --- a/test-colors.sh +++ b/test-colors.sh @@ -1,7 +1,7 @@ #!/bin/bash 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" diff --git a/test-commits.sh b/test-commits.sh index 7634103..4593918 100755 --- a/test-commits.sh +++ b/test-commits.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" diff --git a/test-directories.sh b/test-directories.sh index 219a9f3..d440072 100755 --- a/test-directories.sh +++ b/test-directories.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" diff --git a/test-files.sh b/test-files.sh index 8b06732..fff5144 100755 --- a/test-files.sh +++ b/test-files.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" diff --git a/test-format-config.sh b/test-format-config.sh index 7e62c9f..b72a14a 100755 --- a/test-format-config.sh +++ b/test-format-config.sh @@ -1,7 +1,7 @@ #!/bin/bash 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" 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" diff --git a/test-radar-base.sh b/test-radar-base.sh index ca1ddfd..7c0c742 100755 --- a/test-radar-base.sh +++ b/test-radar-base.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" test_show_remote_status() { show_remote_status diff --git a/test-stash.sh b/test-stash.sh index aecd83c..862aef1 100755 --- a/test-stash.sh +++ b/test-stash.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" diff --git a/test-status.sh b/test-status.sh index 3d5dc46..56a2716 100755 --- a/test-status.sh +++ b/test-status.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" test_prefix_and_suffix() { status=""" |