summaryrefslogtreecommitdiff
path: root/keyutils-1.5.6/tests/keyctl/pupdate/noargs/runtest.sh
blob: fb8341f46c74972a1c40d88ee11e9785968fcd2d (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/sh

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


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

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

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

# check that two arguments fail correctly
marker "PUPDATE TWO ARGS"
expect_args_error keyctl pupdate yyy xxxx

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

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