tests/test-run-tests.t
changeset 32937 7fe1f9785c75
parent 32720 0cd641bfbf57
child 32942 5af78c524f34
equal deleted inserted replaced
32936:edbd60e31217 32937:7fe1f9785c75
   998   >   $ test "\$TESTDIR" = "$TESTTMP\anothertests"
   998   >   $ test "\$TESTDIR" = "$TESTTMP\anothertests"
   999   > #else
   999   > #else
  1000   >   $ test "\$TESTDIR" = "$TESTTMP"/anothertests
  1000   >   $ test "\$TESTDIR" = "$TESTTMP"/anothertests
  1001   > #endif
  1001   > #endif
  1002   >   $ test "\$RUNTESTDIR" = "$TESTDIR"
  1002   >   $ test "\$RUNTESTDIR" = "$TESTDIR"
  1003   >   $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py
  1003   >   $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | sed 's@.!.*python@#!USRBINENVPY@'
  1004   >   #!/usr/bin/env python
  1004   >   #!USRBINENVPY
  1005   >   #
  1005   >   #
  1006   >   # check-code - a style and portability checker for Mercurial
  1006   >   # check-code - a style and portability checker for Mercurial
  1007   > EOF
  1007   > EOF
  1008   $ rt test-runtestdir.t
  1008   $ rt test-runtestdir.t
  1009   .
  1009   .