Statistics
| Branch: | Tag: | Revision:

root / htest / shelltests / htools-invalid.test @ 570274e4

History | View | Annotate | Download (760 Bytes)

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