diff --git a/lib/tests/functionLibraryTests.sh b/lib/tests/functionLibraryTests.sh index 6e44cdc69..b6c05d396 100644 --- a/lib/tests/functionLibraryTests.sh +++ b/lib/tests/functionLibraryTests.sh @@ -59,6 +59,7 @@ function checkFileShaTests(){ # Does it work when it should? checkFileSha "${sampleFileSha}" "${scriptDir}/${sampleFileName}" testResults "checkFileShaTest 1" "$?" + [[ -x ${scriptDir}/${sampleFileName} ]] && echo "D1: $(ls ${scriptDir})" echo "checkFileSha ${sampleFileSha} ${scriptDir}/${sampleFileName}" # Does it fail when we have the wrong sha?