Statistics
| Branch: | Tag: | Revision:

root / htest / shelltests / htools-invalid.test @ 707cd3d7

History | View | Annotate | Download (760 Bytes)

1
# invalid option test
2
./htest/hail --no-such-option
3
>>>= 2
4

    
5
# invalid option test
6
./htest/hbal --no-such-option
7
>>>= 2
8

    
9
# invalid option test
10
./htest/hspace --no-such-option
11
>>>= 2
12

    
13
# invalid option test
14
./htest/hscan --no-such-option
15
>>>= 2
16

    
17
# invalid option test
18
./htest/hinfo --no-such-option
19
>>>= 2
20

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

    
25
# extra arguments
26
./htest/hspace unexpected-argument
27
>>>2
28
Error: This program doesn't take any arguments.
29
>>>=1
30

    
31
./htest/hbal unexpected-argument
32
>>>2
33
Error: This program doesn't take any arguments.
34
>>>=1
35

    
36
./htest/hinfo unexpected-argument
37
>>>2
38
Error: This program doesn't take any arguments.
39
>>>=1
40

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