blob: 32b8d78ab28e4fbe4cb2bf4781b27aa66d78326d [file] [log] [blame]
#!/bin/sh
if [ -s $1 ]; then
echo "FAILED"
else
echo "PASSED"
fi