Statistics
| Branch: | Tag: | Revision:

root / test / htools-invalid.test @ 165b385b

History | View | Annotate | Download (749 Bytes)

1 53d4cdf1 Iustin Pop
# invalid option test
2 53d4cdf1 Iustin Pop
./test/hail --no-such-option
3 53d4cdf1 Iustin Pop
>>>= 2
4 53d4cdf1 Iustin Pop
5 53d4cdf1 Iustin Pop
# invalid option test
6 53d4cdf1 Iustin Pop
./test/hbal --no-such-option
7 53d4cdf1 Iustin Pop
>>>= 2
8 53d4cdf1 Iustin Pop
9 53d4cdf1 Iustin Pop
# invalid option test
10 53d4cdf1 Iustin Pop
./test/hspace --no-such-option
11 53d4cdf1 Iustin Pop
>>>= 2
12 53d4cdf1 Iustin Pop
13 53d4cdf1 Iustin Pop
# invalid option test
14 53d4cdf1 Iustin Pop
./test/hscan --no-such-option
15 53d4cdf1 Iustin Pop
>>>= 2
16 53d4cdf1 Iustin Pop
17 53d4cdf1 Iustin Pop
# invalid option test
18 53d4cdf1 Iustin Pop
./test/hinfo --no-such-option
19 53d4cdf1 Iustin Pop
>>>= 2
20 53d4cdf1 Iustin Pop
21 165b385b Agata Murawska
# invalid option test
22 165b385b Agata Murawska
./test/hcheck --no-such-option
23 165b385b Agata Murawska
>>>= 2
24 165b385b Agata Murawska
25 53d4cdf1 Iustin Pop
# extra arguments
26 53d4cdf1 Iustin Pop
./test/hspace unexpected-argument
27 53d4cdf1 Iustin Pop
>>>2
28 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
29 53d4cdf1 Iustin Pop
>>>=1
30 53d4cdf1 Iustin Pop
31 53d4cdf1 Iustin Pop
./test/hbal unexpected-argument
32 53d4cdf1 Iustin Pop
>>>2
33 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
34 53d4cdf1 Iustin Pop
>>>=1
35 53d4cdf1 Iustin Pop
36 53d4cdf1 Iustin Pop
./test/hinfo unexpected-argument
37 53d4cdf1 Iustin Pop
>>>2
38 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
39 53d4cdf1 Iustin Pop
>>>=1
40 165b385b Agata Murawska
41 165b385b Agata Murawska
./test/hcheck unexpected-argument
42 165b385b Agata Murawska
>>>2
43 165b385b Agata Murawska
Error: this program doesn't take any arguments.
44 165b385b Agata Murawska
>>>=1