Skip to content

Commit

Permalink
Update forkrun.unit-tests.sorting.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jkool702 authored Jul 26, 2024
1 parent e561b3d commit d57ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UNIT_TESTS/forkrun.unit-tests.sorting.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ unset C
declare -n C="$nn"

unset forkrun
declare -F forkrun &>/dev/null || source <(curl https://raw.githubusercontent.com/jkool702/forkrun/forkrun-v2_RC/forkrun.bash)
declare -F forkrun &>/dev/null || source <(curl https://raw.githubusercontent.com/jkool702/forkrun/main/forkrun.bash)
declare -F forkrun &>/dev/null || { [[ -f ./forkrun.bash ]] && source ./forkrun.bash; }

echo "BEGINNING TEST CASE FOR STDIN LENGTH = ${#C[@]}"
Expand Down

0 comments on commit d57ec0d

Please sign in to comment.