Revision 165b385b test/htools-invalid.test

b/test/htools-invalid.test
18 18
./test/hinfo --no-such-option
19 19
>>>= 2
20 20

  
21
# invalid option test
22
./test/hcheck --no-such-option
23
>>>= 2
24

  
21 25
# extra arguments
22 26
./test/hspace unexpected-argument
23 27
>>>2
......
33 37
>>>2
34 38
Error: this program doesn't take any arguments.
35 39
>>>=1
40

  
41
./test/hcheck unexpected-argument
42
>>>2
43
Error: this program doesn't take any arguments.
44
>>>=1

Also available in: Unified diff