Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 1dafaee

Browse files
committed
fix location of target files
1 parent e150611 commit 1dafaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/setup_and_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
dir_names=("http" "ftp" "smtp" "irc")
1414
dir_index=$((PROTOCOL - 1))
1515
tests_dir="tests/${dir_names[$dir_index]}"
16-
setup_sh="${test_dir}/install.sh"
17-
test_sh="${test_dir}/run.sh"
16+
setup_sh="${tests_dir}/install.sh"
17+
test_sh="${tests_dir}/run.sh"
1818

1919
echo "Executing install.sh script: ${setup_sh}"
2020
${setup_sh}

0 commit comments

Comments
 (0)