Statistics
| Branch: | Tag: | Revision:

root / test / htools-invalid.test @ 30f2802f

History | View | Annotate | Download (595 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 53d4cdf1 Iustin Pop
# extra arguments
22 53d4cdf1 Iustin Pop
./test/hspace unexpected-argument
23 53d4cdf1 Iustin Pop
>>>2
24 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
25 53d4cdf1 Iustin Pop
>>>=1
26 53d4cdf1 Iustin Pop
27 53d4cdf1 Iustin Pop
./test/hbal unexpected-argument
28 53d4cdf1 Iustin Pop
>>>2
29 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
30 53d4cdf1 Iustin Pop
>>>=1
31 53d4cdf1 Iustin Pop
32 53d4cdf1 Iustin Pop
./test/hinfo unexpected-argument
33 53d4cdf1 Iustin Pop
>>>2
34 53d4cdf1 Iustin Pop
Error: this program doesn't take any arguments.
35 53d4cdf1 Iustin Pop
>>>=1