Sign in
opensecura
/
3p
/
nicta
/
cogent
/
8a35eea7a1f65b9ba9006567c2703aab20dfaf43
/
.
/
impl
/
fs
/
tests
/
scripts
/
test01.sh
blob: 0503926f5a0f517d6f074510e7c7f7bd0afecf74 [
file
]
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