github.com/tiagovtristao/plz@v13.4.0+incompatible/test/data_files_test.sh (about)

     1  #!/bin/sh
     2  
     3  # Check this file exists in the expected location.
     4  if [ ! -f test/container_data.txt ]; then
     5      exit 1
     6  fi