Changeset e1bdccb for src


Ignore:
Timestamp:
Jul 30, 2018, 3:52:06 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
ece8a80
Parents:
e93572a
Message:

Fix issues with really long paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/pybin/tools.py

    re93572a re1bdccb  
    4848                return False
    4949
    50         return match.group(1) == "ASCII text"
     50        return match.group(1).startswith("ASCII text")
    5151
    5252# Remove 1 or more files silently
Note: See TracChangeset for help on using the changeset viewer.