summaryrefslogtreecommitdiff
path: root/tests/keyctl/listing/noargs/runtest.sh
blob: 2d9da99f37cd2b55285015fe0cb5529ee2ccdd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

. ../../../prepare.inc.sh
. ../../../toolbox.inc.sh


# ---- do the actual testing ----

result=PASS
echo "++++ BEGINNING TEST" >$OUTPUTFILE

marker "NO ARGS"
expect_args_error keyctl list
expect_args_error keyctl rlist

marker "TWO ARGS"
expect_args_error keyctl list 0 0
expect_args_error keyctl rlist 0 0

echo "++++ FINISHED TEST: $result" >>$OUTPUTFILE

# --- then report the results in the database ---
toolbox_report_result $TEST $result