From acb8c6d7c107a4c40321e8903a1d540b3472eecf Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 17 Dec 2003 04:47:14 +0000 Subject: [PATCH] Fix a test which was sensitive to different output from latest touch command. --- 005 | 1 + 1 file changed, 1 insertion(+) 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" } -- 2.47.3