summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-17 16:04:01 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-17 16:04:01 +0200
commitb7d032b69a07a91183cf3299630160721fb5288a (patch)
tree41743ef7096ca2171188c18660d0125b77f7514e /bin
parent74b54508a1d3ec42a46a1d5096f1f6b315ff97e4 (diff)
Fixed test config filename.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/opentox-test-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/opentox-test-install b/bin/opentox-test-install
index 0d27d14..620c5f4 100755
--- a/bin/opentox-test-install
+++ b/bin/opentox-test-install
@@ -45,7 +45,7 @@ echo
install_with_bundler
# config
-[ -f $OT_CONFIG_DIR/config/$SELF.rb ] || cp $OT_DEFAULT_CONF $OT_CONFIG_DIR/config/$SELF.rb
+[ -f $OT_CONFIG_DIR/config/test.rb ] || cp $OT_DEFAULT_CONF "$OT_CONFIG_DIR/config/test.rb"
notify