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