]> git.imager.perl.org - imager.git/commitdiff
return a value from test_mutex()
authorTony Cook <tony@develop-help.com>
Fri, 21 Sep 2012 04:40:18 +0000 (14:40 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 21 Sep 2012 04:40:18 +0000 (14:40 +1000)
t/t82inline.t

index 8746bb499c3d267a26e89b29d32d3e49e8ace065..d05c00d72394d9bb76cfc6fceb9055e88ab16f63 100644 (file)
@@ -418,6 +418,8 @@ test_mutex() {
   i_mutex_lock(m);
   i_mutex_unlock(m);
   i_mutex_destroy(m);
+
+  return 1;
 }
 
 int