~ubuntu-branches/ubuntu/trusty/keyutils/trusty

« back to all changes in this revision

Viewing changes to tests/keyctl/requesting/piped/runtest.sh

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2013-09-11 07:41:59 UTC
  • mfrom: (1.1.6) (10.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20130911074159-mnbytesze44tqu4v
Tags: 1.5.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
result=PASS
10
10
echo "++++ BEGINNING TEST" >$OUTPUTFILE
11
11
 
 
12
set_gc_delay 10
 
13
 
12
14
# create a pair of keyrings to play in
13
15
marker "CREATE KEYRINGS"
14
16
create_keyring "sandbox" @s
88
90
marker "UNLINK KEYRINGS"
89
91
unlink_key $keyringid @s
90
92
 
 
93
set_gc_delay $orig_gc_delay
 
94
 
91
95
echo "++++ FINISHED TEST: $result" >>$OUTPUTFILE
92
96
 
93
97
# --- then report the results in the database ---