Changeset 18728 for trunk/base


Ignore:
Timestamp:
Jul 25, 2006, 8:51:57 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Fix the test (this is why I hadn't been caught by the /private/tmp path).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/tests/trace/Portfile

    r18721 r18728  
    1 # $Id: Portfile,v 1.3 2006/07/25 04:01:34 pguyot Exp $
     1# $Id: Portfile,v 1.4 2006/07/25 08:51:57 pguyot Exp $
    22
    33PortSystem 1.0
     
    2222        catch {system "rm -f create-trace && touch create-trace && rm create-trace"}
    2323        catch {system "rm delete-trace"}
    24         catch {system "rm -f /tmp/hello-trace && /tmp/hello-trace && rm /tmp/hello-trace"}
     24        catch {system "rm -f /tmp/hello-trace && touch /tmp/hello-trace && rm /tmp/hello-trace"}
    2525}
Note: See TracChangeset for help on using the changeset viewer.