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

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

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

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

# check that no arguments fails correctly
marker "ADD NO ARGS"
expect_args_error keyctl revoke

# check that two arguments fail correctly
marker "ADD TWO ARGS"
expect_args_error keyctl revoke 0 0

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

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