diff --git a/tests/test82.out b/tests/test82.out new file mode 100644 index 0000000..2f8476c --- /dev/null +++ b/tests/test82.out @@ -0,0 +1 @@ +This feature appears broken! diff --git a/tests/test82.sh b/tests/test82.sh new file mode 100644 index 0000000..4f0c644 --- /dev/null +++ b/tests/test82.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# zshcompletionoutput. The when this test fails due to e.g. formatting +# changes the results needs to be manually reviewed and the test81.out +# updated +../examples/test23 -h > tmp.out 2>&1 + +if cmp -s tmp.out $srcdir/test82.out; then + exit 0 +else + exit 1 +fi +