tests/test-hghave.t
changeset 26158 342ab95a1f4b
parent 25732 b94df10cc3b5
child 32942 5af78c524f34
equal deleted inserted replaced
26157:65e41f388970 26158:342ab95a1f4b
    16   $ cat > test-hghaveaddon.t <<EOF
    16   $ cat > test-hghaveaddon.t <<EOF
    17   > #require custom
    17   > #require custom
    18   >   $ echo foo
    18   >   $ echo foo
    19   >   foo
    19   >   foo
    20   > EOF
    20   > EOF
    21   $ run-tests.py test-hghaveaddon.t
    21   $ run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t
    22   .
    22   .
    23   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
    23   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
    24 
    24 
    25 (invocation via command line)
    25 (invocation via command line)
    26 
    26