aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-04-12 17:37:33 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-04-12 17:37:33 +0200
commite3781b931db87a3ea03ebed6b4818cf6c7d55b98 (patch)
tree49c7d908fe92b58c35394db567bdc6bd641f665b
parent32917009b05d4302c9e2dfe88841dbb3f6a32d72 (diff)
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.
-rw-r--r--skype/t/Makefile4
1 files 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))