From e3781b931db87a3ea03ebed6b4818cf6c7d55b98 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 12 Apr 2010 17:37:33 +0200 Subject: use fake user/pass the only problem that can happen this case is that we can talk to ourselves, but that's not a big problem. --- skype/t/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skype/t/Makefile b/skype/t/Makefile index 5e06d4a2..167217d3 100644 --- a/skype/t/Makefile +++ b/skype/t/Makefile @@ -1,8 +1,8 @@ PORT=9876 BITLBEE=/usr/sbin/bitlbee -export TEST_SKYPE_ID=bitlbee-skype -export TEST_SKYPE_PASSWORD=:9eQBgoh8 +export TEST_SKYPE_ID=user +export TEST_SKYPE_PASSWORD=pass testfiles := $(wildcard irssi/*.test) tests := $(patsubst %.test,%,$(testfiles)) -- cgit v1.2.3