Loading test/bash_testing_concatenate.sh +4 −0 Changes for test/bash_testing_concatenate.sh: 4 added lines, 0 removed lines. 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 Changes for test/bash_testing_concatenate.sh: 4 added lines, 0 removed lines. 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