comparison tests/test-commit-interactive-curses.t @ 24361:8de8cd34f2e3

tests: replace uses of 'seq' with portable 'seq.py'
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 17 Mar 2015 21:47:47 -0400
parents 6b43baac6dfb
children 852801178a63
comparison
equal deleted inserted replaced
24360:f554f89a2038 24361:8de8cd34f2e3
42 summary: a 42 summary: a
43 43
44 Committing only one file 44 Committing only one file
45 45
46 $ echo "a" >> a 46 $ echo "a" >> a
47 $ seq 1 10 > b 47 $ python $TESTDIR/seq.py 1 10 > b
48 $ hg add b 48 $ hg add b
49 $ cat <<EOF >testModeCommands 49 $ cat <<EOF >testModeCommands
50 > TOGGLE 50 > TOGGLE
51 > KEY_DOWN 51 > KEY_DOWN
52 > X 52 > X