Fix a test which was sensitive to different output from latest touch command.
authorNathan Scott <nathans@sgi.com>
Wed, 17 Dec 2003 04:47:14 +0000 (04:47 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 17 Dec 2003 04:47:14 +0000 (04:47 +0000)
005

diff --git a/005 b/005
index bbb2d27ebede51fce9782b2f60d9e9882f8ba0a5..5b2878c11f6c71d37d1f2bfad472ae6bbda4078a 100755 (executable)
--- a/005
+++ b/005
@@ -62,6 +62,7 @@ _touch()
     touch $@ 2>&1 | sed \
        -e "s/creating \`//g" \
        -e "s/setting times of \`//g" \
     touch $@ 2>&1 | sed \
        -e "s/creating \`//g" \
        -e "s/setting times of \`//g" \
+       -e "s/cannot touch \`//g" \
        -e "s/'//g"
 }
 
        -e "s/'//g"
 }