Received: by oss.sgi.com id ; Tue, 6 Feb 2001 05:26:34 -0800 Received: from ifi.informatik.uni-stuttgart.de ([129.69.211.1]:16283 "EHLO ifi.informatik.uni-stuttgart.de") by oss.sgi.com with ESMTP id ; Tue, 6 Feb 2001 05:26:13 -0800 Received: from techno.informatik.uni-stuttgart.de (techno [129.69.218.24]) by ifi.informatik.uni-stuttgart.de (8.9.3/2.2) with ESMTP id OAA07514; Tue, 6 Feb 2001 14:24:16 +0100 (MET) Received: (from magallon@localhost) by techno.informatik.uni-stuttgart.de (8.11.0/2.2) id f16DQAc28581; Tue, 6 Feb 2001 14:26:10 +0100 Date: Tue, 6 Feb 2001 14:26:10 +0100 From: "Marcelo E. Magallon" To: Timothy Shimmin Cc: linux-xfs@oss.sgi.com Subject: Re: TAKE - xfstests/051 Message-ID: <20010206142610.B27553@techno.informatik.uni-stuttgart.de> Mail-Followup-To: linux-xfs@oss.sgi.com References: <200102060542.QAA16819@snort.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.14i In-Reply-To: <200102060542.QAA16819@snort.melbourne.sgi.com>; from tes@snort.melbourne.sgi.com on Tue, Feb 06, 2001 at 04:42:24PM +1100 X-Operating-System: Linux techno 2.4.1 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing >> Timothy Shimmin writes: > See if this helps a bit, Marcelo. Only a small typo: Index: 051 =================================================================== RCS file: /cvs/linux-2.4-xfs/cmd/xfstests/051,v retrieving revision 1.3 diff -u -r1.3 051 --- 051 2001/02/06 05:41:13 1.3 +++ 051 2001/02/06 13:22:05 @@ -95,7 +95,7 @@ -e "s/g:$acl3/g:id3/" \ -e "s/ $acl1 / id1 /" \ -e "s/ $acl2 / id2 /" \ - -e "s/ $acl3 / id3 /" \ + -e "s/ $acl3 / id3 /" } # ----- bash (aka, /bin/sh here) doesn't seem to like \ before } -- Marcelo