Coding style and whitespace cleanups.
[platform/upstream/evolution-data-server.git] / tests / libecal / cleanup.sh
1 #! /bin/sh
2
3 if [ -z $XDG_DATA_HOME ]
4 then
5         XDG_DATA_HOME=$HOME/.local
6 fi
7
8 rm -rf $XDG_DATA_HOME/calendar/OnThisComputer/Test*
9 rm -f tmp/*.out
10