]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Proper quote-wrapping in test scripts
authorTony Duckles <tony@nynim.org>
Wed, 11 Apr 2012 13:21:31 +0000 (08:21 -0500)
committerTony Duckles <tony@nynim.org>
Thu, 12 Apr 2012 04:14:27 +0000 (23:14 -0500)
commit02afe684a01b30b4b2e357bd2e4dffae4aed5d8c
treea670d23f9440eee1dbbbc9d02d9cdb93413f3df9
parente58dd5b3b280ffdf53d5555c6483a8b8ce6ba699
Proper quote-wrapping in test scripts

Wrap all path-variable references in double-quotes, so that if `pwd`
contains spaces bash will interpret things correctly. For URLs,
replace spaces with %20, though that's the extent of the
URL-encoding we try to do in these simple shell scripts.
tests/check-replay-repo.sh
tests/make-ref-repo.sh
tests/make-replay-repo.sh