diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-17 10:11:45 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-17 10:11:45 +0000 |
commit | c1910d2b512d5924054a53bee2beb5c475784d39 (patch) | |
tree | 1aa489c51d96f38041ab9ae8442a41056904d4f1 /sal/test/bootstrap | |
parent | f3d2aba4de048c5681908681d6e1cb2bd2d11069 (diff) |
#87127# do not try to open file on empty filename
Diffstat (limited to 'sal/test/bootstrap')
-rw-r--r-- | sal/test/bootstrap | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sal/test/bootstrap b/sal/test/bootstrap new file mode 100644 index 000000000000..35529cf340c7 --- /dev/null +++ b/sal/test/bootstrap @@ -0,0 +1,18 @@ +#/bin/tcsh + +setenv MYBOOTSTRAPTESTVALUE 0 +echo 1 +./testbootstrap 1 -env:MYBOOTSTRAPTESTVALUE=1 +echo 2 +./testbootstrap file +echo 3 +./testbootstrap 0 -env:INIFILENAME= + +unsetenv MYBOOTSTRAPTESTVALUE +echo 4 +./testbootstrap default -env:INIFILENAME= + +echo 5 +./testbootstrap default -env:MYBOOTSTRAPTESTVALUE2=1 -env:INIFILENAME= + +echo bootstrap test finished
\ No newline at end of file |