projects
/
xfstests-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb22b1e
)
tighten filter on touch(1) to account for recent changes in fileutils.
author
Nathan Scott
<nathans@sgi.com>
Fri, 6 Apr 2001 03:14:36 +0000
(
03:14
+0000)
committer
Nathan Scott
<nathans@sgi.com>
Fri, 6 Apr 2001 03:14:36 +0000
(
03:14
+0000)
005
patch
|
blob
|
history
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