From 11e6784408b67bd244968571922a8dfad306a63e Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 15 Dec 2006 20:02:07 +0000
Subject: [PATCH] Disable open file test for proctrack/aix too.

---
 testsuite/expect/test7.9 | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/testsuite/expect/test7.9 b/testsuite/expect/test7.9
index b0f8cf4ca82..886d61a4805 100755
--- a/testsuite/expect/test7.9
+++ b/testsuite/expect/test7.9
@@ -42,7 +42,9 @@ set iterations       50
 print_header $test_id
 
 #
-# Test is incompatible with proctrack/rms, proctrack/sgi_job, and switch/elan
+# Test is incompatible with proctrack/aix, proctrack/rms, proctrack/sgi_job, 
+# and switch/elan
+#
 # Each leave open files, although we could clear the proctrack related files
 # by just closing all files after fd=3. Closing all files from switch/elan
 # would disable its use.
@@ -51,6 +53,11 @@ set invalid 0
 log_user 0
 spawn $scontrol show config
 expect {
+	-re "proctrack/aix" {
+		send_user "\nWARNING: test incompatible with proctrack/aix\n"
+		set invalid 1
+		exp_continue
+	}
 	-re "proctrack/rms" {
 		send_user "\nWARNING: test incompatible with proctrack/rms\n"
 		set invalid 1
-- 
GitLab