diff options
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 e7bcd5a..fffc883 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -58,11 +58,11 @@ call_bin_script() { } call_update() { - call_bin_script "$script_dir/../bin/update.sh" + call_bin_script "$script_dir/../update.sh" } call_unlink() { - call_bin_script "$script_dir/../bin/unlink.sh" + call_bin_script "$script_dir/../unlink.sh" } verify_output() { |