summaryrefslogtreecommitdiff
path: root/test/tcl/test044.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcl/test044.tcl')
-rw-r--r--test/tcl/test044.tcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/tcl/test044.tcl b/test/tcl/test044.tcl
index fbb47aec..f1c111b7 100644
--- a/test/tcl/test044.tcl
+++ b/test/tcl/test044.tcl
@@ -1,6 +1,6 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
@@ -43,6 +43,11 @@ proc test044 { method {nprocs 5} {nfiles 10} {cont 0} args } {
puts "Test044 skipping for env $env"
return
}
+ # This test throws spurious errors with AIX's mutex implementation.
+ if { $is_aix_test == 1 } {
+ puts "Test044 skipping for AIX."
+ return
+ }
if { $encrypt != 0 } {
puts "Test044 skipping for security"
return