Integration tests should take .stfolder into account when comparing dirs

This commit is contained in:
Jakob Borg
2014-10-15 09:53:49 +02:00
parent aaf625c624
commit 8a674c8bc3
3 changed files with 5 additions and 5 deletions

View File

@@ -43,9 +43,9 @@ stop() {
clean() {
if [[ $(uname -s) == "Linux" ]] ; then
grep -v .stversions | grep -v utf8-nfd
grep -v .stversions | grep -v .stfolder | grep -v utf8-nfd
else
grep -v .stversions
grep -v .stversions | grep -v .stfolder
fi
}