diff options
| author | Steven Knight <knight@baldmt.com> | 2002-09-25 16:56:41 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2002-09-25 16:56:41 (GMT) |
| commit | d23e503a2499c58c9826b3b341ff33f79bc20b10 (patch) | |
| tree | f9827472eb38e3d2df1af48fae50cfa3043ef4e2 /test/BuildDir.py | |
| parent | 72042342ebcbc24c523fb4e1413821c73e585a2a (diff) | |
| download | SCons-d23e503a2499c58c9826b3b341ff33f79bc20b10.zip SCons-d23e503a2499c58c9826b3b341ff33f79bc20b10.tar.gz SCons-d23e503a2499c58c9826b3b341ff33f79bc20b10.tar.bz2 | |
Windows portability
Diffstat (limited to 'test/BuildDir.py')
| -rw-r--r-- | test/BuildDir.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/BuildDir.py b/test/BuildDir.py index 8e79de9..b8e073b 100644 --- a/test/BuildDir.py +++ b/test/BuildDir.py @@ -212,7 +212,6 @@ def equal_stats(x,y): x = os.stat(x) y = os.stat(y) return (stat.S_IMODE(x[stat.ST_MODE]) == stat.S_IMODE(y[stat.ST_MODE]) and - x[stat.ST_ATIME] == y[stat.ST_ATIME] and x[stat.ST_MTIME] == y[stat.ST_MTIME]) # Make sure we did duplicate the source files in build/var2, and that their stats are the same: |
