aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/T8108.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/T8108.hs')
-rw-r--r--tests/T8108.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/T8108.hs b/tests/T8108.hs
new file mode 100644
index 0000000..cf1c764
--- /dev/null
+++ b/tests/T8108.hs
@@ -0,0 +1,8 @@
+import Control.Monad
+import Control.Concurrent
+import System.Posix.User
+
+main = do
+ void $ forkIO $ forever $ getGroupEntryForID 0
+ void $ forkIO $ forever $ getGroupEntryForID 0
+ threadDelay (3*1000*1000)