aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-08-05 17:00:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-08-05 17:00:50 +0000
commit17c2471741a89bd58934faf12f7f9b8b3e85af27 (patch)
treeb62b4309059489f82fe40d0c99c94bbf2bdbc087 /test
parentcc1b97c5eb5e5420b72b60a3fe321b56d2790b91 (diff)
downloadandroid_external_fuse-17c2471741a89bd58934faf12f7f9b8b3e85af27.tar.gz
android_external_fuse-17c2471741a89bd58934faf12f7f9b8b3e85af27.tar.bz2
android_external_fuse-17c2471741a89bd58934faf12f7f9b8b3e85af27.zip
*** empty log message ***
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 97dace5..0f409ad 100644
--- a/test/test.c
+++ b/test/test.c
@@ -870,6 +870,8 @@ int main(int argc, char *argv[])
err += test_open(0, O_RDWR | O_CREAT, 0000);
err += test_open(0, O_RDWR | O_CREAT | O_EXCL, 0600);
err += test_open(1, O_RDWR | O_CREAT | O_EXCL, 0600);
+ err += test_open(0, O_RDWR | O_CREAT | O_EXCL, 0000);
+ err += test_open(1, O_RDWR | O_CREAT | O_EXCL, 0000);
unlink(testfile);
unlink(testfile2);