aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/test.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 11:26:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 11:26:24 +0300
commit085c7087f76fbd18906c126d3c68f6c119e18bed (patch)
treeec554937bcff81826d716252321adea577bb339d /.ci/test.sh
parentdebian: require bash 4 or higher (diff)
parentrename the project (diff)
downloadconfig-links-085c7087f76fbd18906c126d3c68f6c119e18bed.tar.gz
config-links-085c7087f76fbd18906c126d3c68f6c119e18bed.zip
Merge tag 'v1.0' into debian
Diffstat (limited to '.ci/test.sh')
-rwxr-xr-x.ci/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/test.sh b/.ci/test.sh
index fffc883..37167ec 100755
--- a/.ci/test.sh
+++ b/.ci/test.sh
@@ -58,11 +58,11 @@ call_bin_script() {
}
call_update() {
- call_bin_script "$script_dir/../update.sh"
+ call_bin_script "$script_dir/../links-update"
}
call_unlink() {
- call_bin_script "$script_dir/../unlink.sh"
+ call_bin_script "$script_dir/../links-remove"
}
verify_output() {