tighten filter on touch(1) to account for recent changes in fileutils.
[xfstests-dev.git] / 005
diff --git a/005 b/005
index 7aae4b1d30d407b8616ae71e4f9328941e05e438..e98b4cd5bb1f4a593b8b2822e5e50b13077a344f 100755 (executable)
--- a/005
+++ b/005
@@ -60,7 +60,10 @@ _cleanup()
 
 _touch()
 {
-    touch $@ 2>&1 | sed -e "s/creating \`//g" -e "s/'//g"
+    touch $@ 2>&1 | sed \
+       -e "s/creating \`//g" \
+       -e "s/setting times of \`//g" \
+       -e "s/'//g"
 }
 
 # get standard environment, filters and checks