aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 10:19:11 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 10:19:11 +0800
commitc5212445ee7afc68ab02303fa76f2366c95fa806 (patch)
treeb375d82eb64440dbb6d06d3a5f18c4e4ffc04e3b /tests
parent9a36dd9a0af7151e30ab741338f4a8dd7a2186fb (diff)
downloadgsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar.gz
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar.bz2
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar.lz
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar.xz
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.tar.zst
gsoc2013-evolution-c5212445ee7afc68ab02303fa76f2366c95fa806.zip
Don't call e_setup_base_dir.
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * tests/test-movemail.c (main): Don't call e_setup_base_dir. svn path=/trunk/; revision=3362
Diffstat (limited to 'tests')
-rw-r--r--tests/test-movemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-movemail.c b/tests/test-movemail.c
index bcd5334b5a..c766146c60 100644
--- a/tests/test-movemail.c
+++ b/tests/test-movemail.c
@@ -48,7 +48,6 @@ int main (int argc, char **argv)
fprintf (stderr, "Usage: test-movemail [--delete] url\n");
exit (1);
}
- e_setup_base_dir ();
session = camel_session_new (auth_callback);
ex = camel_exception_new ();