projects
/
biopieces.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d71d6
)
had to fix shebang in testing env
author
martinahansen
<martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 3 Aug 2010 14:36:33 +0000
(14:36 +0000)
committer
martinahansen
<martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 3 Aug 2010 14:36:33 +0000
(14:36 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1024
74ccb610
-7750-0410-82ae-
013aeee3265d
bp_test/lib/test.sh
patch
|
blob
|
history
bp_test/test/test_align_seq
patch
|
blob
|
history
bp_test/test/test_grab
patch
|
blob
|
history
bp_test/test/test_read_fasta
patch
|
blob
|
history
bp_test/test/test_write_fasta
patch
|
blob
|
history
bp_test/test_all
patch
|
blob
|
history
diff --git
a/bp_test/lib/test.sh
b/bp_test/lib/test.sh
index e753003da3b29cc78d2ddfc23c322929e931e266..c58c531836b67939dabcc8d93e8a0d1ff923872a 100755
(executable)
--- a/
bp_test/lib/test.sh
+++ b/
bp_test/lib/test.sh
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
bp=`basename $0 | sed s/^test_//`
in="$BP_DIR/bp_test/in/$bp.in"
diff --git
a/bp_test/test/test_align_seq
b/bp_test/test/test_align_seq
index 4370cb3ca5e08694c99a5bb5e6416b58e7048548..3f4ad21f730ced60ba7a07bbdaf6f852f9c00b5b 100755
(executable)
--- a/
bp_test/test/test_align_seq
+++ b/
bp_test/test/test_align_seq
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
source "$BP_DIR/bp_test/lib/test.sh"
diff --git
a/bp_test/test/test_grab
b/bp_test/test/test_grab
index 863a0173345902b67eedeb6d86f23b893884b26b..75e12ac7aae7c09c9e3d7c50f96f7f6bff24df44 100755
(executable)
--- a/
bp_test/test/test_grab
+++ b/
bp_test/test/test_grab
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
source "$BP_DIR/bp_test/lib/test.sh"
diff --git
a/bp_test/test/test_read_fasta
b/bp_test/test/test_read_fasta
index 030022021f991b0fb4d56d26642da736313f8e3a..88f9018adc6f77716c3f6b0c3bbc502601340d8a 100755
(executable)
--- a/
bp_test/test/test_read_fasta
+++ b/
bp_test/test/test_read_fasta
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
source "$BP_DIR/bp_test/lib/test.sh"
diff --git
a/bp_test/test/test_write_fasta
b/bp_test/test/test_write_fasta
index f1a9a771ffa002c2133c98dd01a793c26c05c2a1..a2f5b0769e6e7d921291c4cdf70582fee397c883 100755
(executable)
--- a/
bp_test/test/test_write_fasta
+++ b/
bp_test/test/test_write_fasta
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
source "$BP_DIR/bp_test/lib/test.sh"
diff --git
a/bp_test/test_all
b/bp_test/test_all
index f2b13f033e059a7d2041e894d513645a75941ab2..6e2ddc8993acb36b8f65d7de78abfd6b132536a4 100755
(executable)
--- a/
bp_test/test_all
+++ b/
bp_test/test_all
@@
-1,4
+1,4
@@
-#!/
usr/bin/env
sh
+#!/
bin/ba
sh
source "$BP_DIR/bp_test/lib/test.sh"