Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / spec2k / run_all.sh
index 1618df1..41ce0db 100755 (executable)
@@ -588,7 +588,7 @@ GetInputSize() {
 CheckFileBuilt() {
   local depname="$1"
   local filename="$2"
-  if [[ ! -x "${filename}" ]] ; then
+  if [[ ! -f "${filename}" ]] ; then
     echo "You have not built ${depname} yet (${filename})!" 1>&2
     exit -1
   fi