summaryrefslogtreecommitdiff
path: root/tests/keyctl/id/noargs/runtest.sh
blob: aff9de6f4869d108291725f6fa77d2dde102aa32 (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

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

# check that one argument fails correctly
marker "TWO ARGS"
expect_args_error keyctl id 0 0

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

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