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

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


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

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

marker "CHECK NO ARGS"
expect_args_error keyctl

if [ "`sed -n -e 3p $OUTPUTFILE | cut -d: -f1`" != "Format" ]
then
    failed
fi


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

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