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