aboutsummaryrefslogtreecommitdiffstats
path: root/test/no-output.bats
blob: c492e4f7dc67cb08dbca2a112243504f8d33d771 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bats

load test_helper

@test "produce empty result" {
	run redo no-output_result
	[ $status -eq 0 ] && [ ! -e no-output_result ]
}