aboutsummaryrefslogtreecommitdiffstats
path: root/test/args.bats
blob: 4115b66659d86b4be017fd8bdb2ee20c1f3ca648 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bats

load test_helper

@test "check arguments supplied to .do files" {
	run redo args_test.ext
	[ $status -eq 0 ]
}