Changeset 0f8efe0 for t


Ignore:
Timestamp:
Jan 10, 2010, 10:03:52 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2fec14b
Parents:
366558f
git-author:
Nelson Elhage <nelhage@mit.edu> (01/09/10 09:55:03)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/10/10 10:03:52)
Message:
completion.t: chdir("/") when done to allow cleanup.

Some versions of File::Temp will not clean up a temporary directory
that is the program's cwd at exit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/completion.t

    r366558f r0f8efe0  
    346346is_deeply([complete_file("~")], [["~/", "~/", 0]]);
    347347
     348END { chdir("/"); }
    348349chdir($tmpdir);
    349350test_file("$tmpdir/", $tmpdir,
Note: See TracChangeset for help on using the changeset viewer.