#!/bin/bash shellfu import xcase xcase__enum() { xcase__permute Foo f0 f1 f2 \ | xcase__per Bar b0 b1 b2 } xcase__setup() { jat__cmd echo "$Foo" > Foo jat__cmd echo "$Bar" > Bar } xcase__test() { jat__cmd test -s Foo jat__cmd test -s Bar } xcase__run -v