From 36e8a6f36a461a930305ba1f3713601bdf24d2b3 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Fri, 19 Sep 2014 15:33:44 +0200 Subject: =?UTF-8?q?+=20a=E2=86=92b,a=E2=86=92c,b=E2=86=92c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "a\342\206\222b,a\342\206\222c,b\342\206\222c/all.do" | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 "a\342\206\222b,a\342\206\222c,b\342\206\222c/all.do" (limited to 'a→b,a→c,b→c/all.do') diff --git "a/a\342\206\222b,a\342\206\222c,b\342\206\222c/all.do" "b/a\342\206\222b,a\342\206\222c,b\342\206\222c/all.do" new file mode 100644 index 0000000..13532e2 --- /dev/null +++ "b/a\342\206\222b,a\342\206\222c,b\342\206\222c/all.do" @@ -0,0 +1,18 @@ +#!/bin/sh +redo-ifchange a + +read a &2 +else + echo 'PASS: a > b' >&2 +fi + +if [ $a -lt $c ]; then + echo 'FAIL: a < c' >&2 +else + echo 'PASS: a > c' >&2 +fi -- cgit v1.2.3