aboutsummaryrefslogtreecommitdiffstats
path: root/tests/args/d/a.ext.do
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-13 15:01:47 +0200
committerTharre <tharre3@gmail.com>2015-07-13 15:33:43 +0200
commit54d6f97c895490e2699e560990b37df95f3d1d87 (patch)
tree902d7cfcb839195f84dce0507645e5cc6d6256f5 /tests/args/d/a.ext.do
parent3493dac92c9da21823b39b53b808745859fb9950 (diff)
downloadredo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.gz
redo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.xz
redo-54d6f97c895490e2699e560990b37df95f3d1d87.zip
Replace custom test-suite with sharness
This should make the hole test-suite a bit more standard (by outputting TAP), as well as making it easier to test redo in a controlled environment. In contrast to bats, sharness requires no external dependencies.
Diffstat (limited to 'tests/args/d/a.ext.do')
-rw-r--r--tests/args/d/a.ext.do3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/args/d/a.ext.do b/tests/args/d/a.ext.do
deleted file mode 100644
index fea7d74..0000000
--- a/tests/args/d/a.ext.do
+++ /dev/null
@@ -1,3 +0,0 @@
-[ "$1" = "a.ext" ]
-[ "$2" = "a" ]
-[ "$3" != "a.ext" ]