From 4947888c565688da19991374cea02ff07c221b54 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 11 Dec 2003 15:28:03 -0500 Subject: [svn-r7940] Purpose: cleanup. Description: Removed the old command that parses setenv2 and setenv3 which are replaced by setenvN. Platforms tested: No h5committest since it does not test this script. Pretty sure it works. --- bin/runtest | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/bin/runtest b/bin/runtest index db7cc33..63bc828 100755 --- a/bin/runtest +++ b/bin/runtest @@ -310,24 +310,6 @@ RUNSNAPTEST() export $1 shift ;; - setenv2) - # set environment variable with 2 values - # a kludge now--the extra single quotes are needed - # else eval complains. - shift - eval $1="'$2 $3'" - export $1 - shift; shift - ;; - setenv3) - # set environment variable with 3 values - # a kludge now--the extra single quotes are needed - # else eval complains. - shift - eval $1="'$2 $3 $4'" - export $1 - shift; shift; shift - ;; setenvN) # set environment variable with $1 values # e.g., setenvN 3 x a b c is same as setenv x="a b c". @@ -421,6 +403,9 @@ RUNSNAPTEST() # op-snapshot