comparison tests/test-fileset.t @ 38326:8783f128048e

fileset: raise ProgrammingError for bad existing() calls And glob out Py2/3 difference.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 16 Jun 2018 17:00:05 +0900
parents 8fa2b5c85a46
children 62376d7b8859
comparison
equal deleted inserted replaced
38325:5cb39a368c80 38326:8783f128048e
444 > [extensions] 444 > [extensions]
445 > existingcaller = $TESTTMP/existingcaller.py 445 > existingcaller = $TESTTMP/existingcaller.py
446 > EOF 446 > EOF
447 447
448 $ fileset 'existingcaller()' 2>&1 | tail -1 448 $ fileset 'existingcaller()' 2>&1 | tail -1
449 AssertionError: unexpected existing() invocation 449 *ProgrammingError: *unexpected existing() invocation* (glob)
450 450
451 Test 'revs(...)' 451 Test 'revs(...)'
452 ================ 452 ================
453 453
454 small reminder of the repository state 454 small reminder of the repository state