summaryrefslogtreecommitdiff
path: root/yarn.tests/warn-if-empty.script
diff options
context:
space:
mode:
Diffstat (limited to 'yarn.tests/warn-if-empty.script')
-rwxr-xr-xyarn.tests/warn-if-empty.script10
1 files changed, 0 insertions, 10 deletions
diff --git a/yarn.tests/warn-if-empty.script b/yarn.tests/warn-if-empty.script
deleted file mode 100755
index 03be52d..0000000
--- a/yarn.tests/warn-if-empty.script
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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