summaryrefslogtreecommitdiff
path: root/yarn.tests/no-then.script
blob: 491853f0c63d1cab52d431e4d7799edab3dcddcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -eu


cat <<EOF > "$DATADIR/1.yarn"
    SCENARIO    foo
    WHEN        doing ok

    IMPLEMENTS WHEN doing ok
    true
EOF

./run-yarn "$DATADIR/1.yarn"