mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 10:16:41 -04:00
Added test for Zshcompletionoutput - fails
This commit is contained in:
parent
ff6803207d
commit
0272fa4739
1
tests/test82.out
Normal file
1
tests/test82.out
Normal file
@ -0,0 +1 @@
|
||||
This feature appears broken!
|
13
tests/test82.sh
Normal file
13
tests/test82.sh
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user