diff options
Diffstat (limited to 'tests/a--c,b--c/all.do')
-rw-r--r-- | tests/a--c,b--c/all.do | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/a--c,b--c/all.do b/tests/a--c,b--c/all.do deleted file mode 100644 index 6724b38..0000000 --- a/tests/a--c,b--c/all.do +++ /dev/null @@ -1,10 +0,0 @@ -. ../include.sh - -rm -rf a b c - -redo-ifchange a b - -assert "a--c,b--c" << ! -[ "$(cat a)" = "ac" ] && -[ "$(cat b)" = "bc" ] -! |