Fix a test which was sensitive to different output from latest touch command.

This commit is contained in:
Nathan Scott
2003-12-17 04:47:14 +00:00
parent 8eca8edc9f
commit acb8c6d7c1
+1
View File
@@ -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"
}