diff options
Diffstat (limited to 'tests/cwd')
-rw-r--r-- | tests/cwd/a.do | 3 | ||||
-rw-r--r-- | tests/cwd/all.do | 9 | ||||
-rw-r--r-- | tests/cwd/d/b.do | 3 | ||||
-rw-r--r-- | tests/cwd/d/d/c.do | 1 |
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/cwd/a.do b/tests/cwd/a.do deleted file mode 100644 index e8455fe..0000000 --- a/tests/cwd/a.do +++ /dev/null @@ -1,3 +0,0 @@ -redo-ifchange d/b - -echo -n "a" | cat - d/b > $3 diff --git a/tests/cwd/all.do b/tests/cwd/all.do deleted file mode 100644 index 106a721..0000000 --- a/tests/cwd/all.do +++ /dev/null @@ -1,9 +0,0 @@ -. ../include.sh - -rm -rf a d/b d/d/c - -redo-ifchange a - -assert "cwd" << ! -[ "$(cat a)" = "abc" ] -! diff --git a/tests/cwd/d/b.do b/tests/cwd/d/b.do deleted file mode 100644 index 5a81363..0000000 --- a/tests/cwd/d/b.do +++ /dev/null @@ -1,3 +0,0 @@ -redo-ifchange d/c - -echo -n "b" | cat - d/c > $3 diff --git a/tests/cwd/d/d/c.do b/tests/cwd/d/d/c.do deleted file mode 100644 index 6a816ac..0000000 --- a/tests/cwd/d/d/c.do +++ /dev/null @@ -1 +0,0 @@ -echo -n "c" > $3 |