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.
{
# 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
. ./common.filter
# real QA test starts here
-rm -f $here/$seq.full
_supported_fs xfs udf nfs
# IRIX UDF does not support symlinks