findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH] Remove unnecessary test code which created a


From: James Youngman
Subject: [Findutils-patches] [PATCH] Remove unnecessary test code which created an insecure temporary file
Date: Thu, 20 Mar 2008 00:28:48 +0000

2008-03-20  James Youngman  <address@hidden>

        * find/testsuite/find.gnu/xtype-symlink.exp: Removed unnecessary
        test code which created a insecure tempfile.

Signed-off-by: James Youngman <address@hidden>
---
 find/testsuite/find.gnu/xtype-symlink.exp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/find/testsuite/find.gnu/xtype-symlink.exp 
b/find/testsuite/find.gnu/xtype-symlink.exp
index 500daa5..d66a5c0 100644
--- a/find/testsuite/find.gnu/xtype-symlink.exp
+++ b/find/testsuite/find.gnu/xtype-symlink.exp
@@ -2,6 +2,5 @@ exec rm -rf tmp
 exec mkdir tmp
 exec touch tmp/file
 exec ln -s file tmp/LINK
-exec ls -l tmp > /tmp/z
 find_start p {tmp/LINK  -xtype f }
 exec rm -rf tmp
-- 
1.5.3.8





reply via email to

[Prev in Thread] Current Thread [Next in Thread]