Ignore:
Timestamp:
2010-04-12T15:37:33Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
72b60c7e
Parents:
e3781b9
Message:

skyped: use os.path.expanduser for file paths in config

Requested-by: ilf <ilf@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/t/livetest-bitlbee.sh

    re3781b9 r7cc2c1e  
    2828echo "username = $TEST_SKYPE_ID" >> skyped.conf
    2929echo "password = $(echo -n $TEST_SKYPE_PASSWORD|sha1sum|sed 's/ *-$//')" >> skyped.conf
    30 echo "cert = $(pwd)/etc/skyped.cert.pem" >> skyped.conf
    31 echo "key = $(pwd)/etc/skyped.key.pem" >> skyped.conf
     30# we use ~ here to test that resolve that syntax works
     31echo "cert = $(pwd|sed "s|$HOME|~|")/etc/skyped.cert.pem" >> skyped.conf
     32echo "key = $(pwd|sed "s|$HOME|~|")/etc/skyped.key.pem" >> skyped.conf
    3233echo "port = 2727" >> skyped.conf
    3334
Note: See TracChangeset for help on using the changeset viewer.