diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:26:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:26:24 +0300 |
commit | 085c7087f76fbd18906c126d3c68f6c119e18bed (patch) | |
tree | ec554937bcff81826d716252321adea577bb339d /.ci/test.sh | |
parent | debian: require bash 4 or higher (diff) | |
parent | rename the project (diff) | |
download | config-links-085c7087f76fbd18906c126d3c68f6c119e18bed.tar.gz config-links-085c7087f76fbd18906c126d3c68f6c119e18bed.zip |
Merge tag 'v1.0' into debian
Diffstat (limited to '')
-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() { |