12345678910111213141516171819202122232425262728293031323334 |
- AT_SETUP([--verify compatibility])
- AT_KEYWORDS([opcomp opcomp03])
- AT_CHECK([
- tar -tWf test.tar .
- ],
- [2],
- [],
- [tar: '--verify' cannot be used with '-t'
- Try 'tar --help' or 'tar --usage' for more information.
- ])
- AT_CLEANUP
|