4 export XDG_CACHE_HOME
=$cache_dir
13 echo Contents
> test-file
15 git commit
-m 'Commit message'
21 git_repo = file://$repo
28 if [ "$repo_dir" ];then rm -rf "$repo_dir"; fi
29 if [ "$conf" ];then rm "$conf"; fi
30 if [ "$cache_dir" ];then rm -rf "$cache_dir"; fi
33 trap test_cleanup EXIT INT TERM