diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:52:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:54:37 +0300 |
commit | 6a74133b804524c451c30c64b99f0559c6d47e40 (patch) | |
tree | 9592066e5d2e47e29cc4bf768eb02964730b508c /.ci/test.sh | |
parent | blacklist aux files for `git archive` (diff) | |
download | config-links-6a74133b804524c451c30c64b99f0559c6d47e40.tar.gz config-links-6a74133b804524c451c30c64b99f0559c6d47e40.zip |
rename the scripts
For consistency with the distribution packages, mostly.
Diffstat (limited to '.ci/test.sh')
-rwxr-xr-x | .ci/test.sh | 4 |
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() { |