Sign in
opensecura
/
3p
/
nicta
/
cogent
/
refs/heads/master
/
.
/
impl
/
fs
/
tests
/
scripts
/
test01.sh
blob: 0503926f5a0f517d6f074510e7c7f7bd0afecf74 [
file
] [
log
] [
blame
] [
edit
]
source
../
common
/
common
.
sh
set
-
e
start_test $1 $2
wd
=
`pwd`
touch $wd
/
text_file
.
txt
md5sum $wd
/
text_file
.
txt
>>
../
$2
rm $wd
/
text_file
.
txt
end_test