aboutsummaryrefslogtreecommitdiffstats
path: root/skype/t/livetest-bitlbee.sh
diff options
context:
space:
mode:
Diffstat (limited to 'skype/t/livetest-bitlbee.sh')
-rwxr-xr-xskype/t/livetest-bitlbee.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/skype/t/livetest-bitlbee.sh b/skype/t/livetest-bitlbee.sh
index 7592c3ca..dc2f9126 100755
--- a/skype/t/livetest-bitlbee.sh
+++ b/skype/t/livetest-bitlbee.sh
@@ -23,12 +23,8 @@ rm -rf etc
mkdir etc
cd etc
cp ../../skyped.cnf .
-if [ ! -e ~/.skyped/skyped.cert.pem -o ! -e ~/.skyped/skyped.key.pem ]; then
- yes ""|openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem -keyout skyped.key.pem 2> openssl.log
-else
- cp ~/.skyped/skyped.cert.pem .
- cp ~/.skyped/skyped.key.pem .
-fi
+cp ~/.skyped/skyped.cert.pem .
+cp ~/.skyped/skyped.key.pem .
cd ..
echo "[skyped]" > skyped.conf
echo "username = $TEST_SKYPE_ID" >> skyped.conf