#!/bin/sh set -eu touch "$DATADIR/empty.yarn" # The grep below will fail unless the string exists, thereby failing the # entire test. ./run-yarn --no-quiet --log=/dev/stdout "$DATADIR/empty.yarn" 2>&1 | grep 'No scenario code blocks' > /dev/null