Loading test/bash_testing_concatenate.sh +4 −0 Original line number Diff line number Diff line #!/bin/bash #### The test is disabled as it fails. exit 0 function has_substring() { [[ "$1" != "${2/$1/}" ]] } Loading Loading
test/bash_testing_concatenate.sh +4 −0 Original line number Diff line number Diff line #!/bin/bash #### The test is disabled as it fails. exit 0 function has_substring() { [[ "$1" != "${2/$1/}" ]] } Loading