git.nynim.org
/
svn2svn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41283b0
)
Test scripts require /bin/bash
author
Tony Duckles <tony@nynim.org>
Wed, 28 Mar 2012 01:07:30 +0000
committer
Tony Duckles <tony@nynim.org>
Wed, 28 Mar 2012 01:07:30 +0000
* tests/make-*.sh: She-bang /bin/bash, not /bin/sh.
tests/make-ref-repo.sh
patch
|
blob
|
history
tests/make-replay-repo.sh
patch
|
blob
|
history
diff --git
a/tests/make-ref-repo.sh
b/tests/make-ref-repo.sh
index 7a1fd89befb5c0abbd5a9008d369fe991bd7913f..dea9e86bcd8f439de70743e2b21f830524e3195f 100755
(executable)
--- a/
tests/make-ref-repo.sh
+++ b/
tests/make-ref-repo.sh
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
# Create a reference repo with both /trunk and /branches history
show_last_commit() {
diff --git
a/tests/make-replay-repo.sh
b/tests/make-replay-repo.sh
index 367d9110b23072fcc8f5a50d5906bf2c1c9399e3..a68af20db89d2dbd50b7c6a9c81f86e6788d8e79 100755
(executable)
--- a/
tests/make-replay-repo.sh
+++ b/
tests/make-replay-repo.sh
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
# Use svn2svn.py to create a filtered repo with only /trunk history
PWD=$(pwd)