aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 03:52:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 03:54:37 +0300
commit6a74133b804524c451c30c64b99f0559c6d47e40 (patch)
tree9592066e5d2e47e29cc4bf768eb02964730b508c /.ci
parentblacklist aux files for `git archive` (diff)
downloadconfig-links-6a74133b804524c451c30c64b99f0559c6d47e40.tar.gz
config-links-6a74133b804524c451c30c64b99f0559c6d47e40.zip
rename the scripts
For consistency with the distribution packages, mostly.
Diffstat (limited to '.ci')
-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() {