From 2b2583ff49e5c29f0a53405c7392e5fbaf6f0652 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 27 Oct 2015 20:28:02 +0200 Subject: Remove now-unneeded tests for yarn --- yarn.tests/warn-if-empty.script | 10 ---------- yarn.tests/warn-if-missing-step.script | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100755 yarn.tests/warn-if-empty.script delete mode 100755 yarn.tests/warn-if-missing-step.script 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 diff --git a/yarn.tests/warn-if-missing-step.script b/yarn.tests/warn-if-missing-step.script deleted file mode 100755 index c1ec4af..0000000 --- a/yarn.tests/warn-if-missing-step.script +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -eu - -cat < "$DATADIR/missing-step.yarn" - SCENARIO missing step - THEN missing step -EOF - -./run-yarn --allow-missing-step "$DATADIR/missing-step.yarn" -- cgit v1.2.1