]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Move shared code to replay-lib.sh
authorTony Duckles <tony@nynim.org>
Fri, 10 Aug 2012 03:32:56 +0000 (22:32 -0500)
committerTony Duckles <tony@nynim.org>
Fri, 10 Aug 2012 03:52:57 +0000 (22:52 -0500)
commita7fcb2df5522b2714194e7c290414f2a25688b74
tree011eeb830d0980f511be081b9495b8d3927849a2
parente8ebacab6957d0b3227158539203fb70c284bbac
Move shared code to replay-lib.sh

* tests/replay-lib.sh (init_replay_repo): Move duplicated code from
  t01??*.sh scripts to create an empty repo for svnreplay to this
  shared function.
* tests/t010?*.sh: Use replay-lib.sh and init_replay_repo().

* tests/t010?*.sh: Respect $TEST_DIRECTORY shell variable rather
  than hard-coding `pwd`.
tests/replay-lib.sh [new file with mode: 0755]
tests/t0100-replay-all.sh
tests/t0101-replay-trunk.sh
tests/t0102-replay-branch.sh