From: ericm Date: Tue, 14 Jun 2005 22:59:58 +0000 (+0000) Subject: acl scripts: different enviroments may output differently. X-Git-Tag: v1_7_100~1189 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fa20428c191b2329469d3d8b46d47f10c57e287a;p=fs%2Flustre-release.git acl scripts: different enviroments may output differently. --- diff --git a/lustre/tests/acl/run b/lustre/tests/acl/run index c4d017a..92bf24f 100755 --- a/lustre/tests/acl/run +++ b/lustre/tests/acl/run @@ -242,6 +242,7 @@ sub exec_test($$) { #print "< $_"; if ($needs_shell) { s#^/bin/sh: line \d+: ##; + s#^/bin/sh: ##; # temporarily added by ericm } push @$result, $_; }