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

load test_helper

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