aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/3816.hs
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2010-03-29 11:26:46 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2010-03-29 11:26:46 +0000
commit07ad49a59d2bf20fc8b4e835c42726c687e98380 (patch)
treee020507f3a0454ae4caaf415f4ee6727f34f10b8 /tests/3816.hs
parentd8aa9a0e1ff9a4b6e38311d854da9fa8b683a163 (diff)
add test for #3816
Diffstat (limited to 'tests/3816.hs')
-rw-r--r--tests/3816.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/3816.hs b/tests/3816.hs
new file mode 100644
index 0000000..cda272f
--- /dev/null
+++ b/tests/3816.hs
@@ -0,0 +1,4 @@
+import System.Posix
+main = do
+ getAllGroupEntries >>= print . (>0) . length
+ getAllGroupEntries >>= print . (>0) . length