From: Nathan Scott Date: Wed, 17 Dec 2003 04:47:14 +0000 (+0000) Subject: Fix a test which was sensitive to different output from latest touch command. X-Git-Tag: v1.1.0~887 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=acb8c6d7c107a4c40321e8903a1d540b3472eecf Fix a test which was sensitive to different output from latest touch command. --- diff --git a/005 b/005 index bbb2d27e..5b2878c1 100755 --- a/005 +++ b/005 @@ -62,6 +62,7 @@ _touch() touch $@ 2>&1 | sed \ -e "s/creating \`//g" \ -e "s/setting times of \`//g" \ + -e "s/cannot touch \`//g" \ -e "s/'//g" }