]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
get rid of tee - works or irix but not on linux
authorTim Shimmin <tes@sgi.com>
Fri, 3 Jun 2005 03:49:22 +0000 (03:49 +0000)
committerTim Shimmin <tes@sgi.com>
Fri, 3 Jun 2005 03:49:22 +0000 (03:49 +0000)
Merge of master-melb:xfs-cmds:22790a by kenmcd.

  get rid of tee - works or irix but not on linux when we
  don't get output from touch.
  Not really needed anyway.

005

diff --git a/005 b/005
index b5d93d7027f2309707c0173eed68e429b5a983ce..853e0ad3fe62efa291095c49d75525179e299da9 100755 (executable)
--- a/005
+++ b/005
@@ -57,7 +57,7 @@ _touch()
 {
     # On IRIX: Too many symbolic links in path name traversal
     # On Linux: Too many levels of symbolic links
-    touch $@ 2>&1 | tee -a $here/$seq.full | grep -q 'Too many.*symbolic links'
+    touch $@ 2>&1 | grep -q 'Too many.*symbolic links'
     if [ $? -eq 0 ]; then
        echo "ELOOP returned.  Good."
     else
@@ -70,7 +70,6 @@ _touch()
 . ./common.filter
 
 # real QA test starts here
-rm -f $here/$seq.full
 _supported_fs xfs udf nfs
 
 # IRIX UDF does not support symlinks