aboutsummaryrefslogtreecommitdiffstats
path: root/test/args.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/args.bats')
-rw-r--r--test/args.bats8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/args.bats b/test/args.bats
deleted file mode 100644
index 4115b66..0000000
--- a/test/args.bats
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bats
-
-load test_helper
-
-@test "check arguments supplied to .do files" {
- run redo args_test.ext
- [ $status -eq 0 ]
-}