Do not run a test case for .uuid deletion

This commit is contained in:
Akira TAGOH 2018-10-25 07:16:32 +00:00
parent 5f12f564f8
commit e9113a764a
1 changed files with 14 additions and 14 deletions

View File

@ -239,19 +239,19 @@ fi
rm -rf $MyPWD/sysroot
dotest "deleting .uuid file on empty dir"
prep
cp $FONT1 $FONT2 $FONTDIR
$FCCACHE $FONTDIR
sleep 1
rm -f $FONTDIR/*pcf
$FCCACHE $FONTDIR
rmdir $FONTDIR > /dev/null 2>&1
if [ $? != 0 ]; then
echo "*** Test failed: $TEST"
echo "$FONTDIR isn't empty"
ls -al $FONTDIR
exit 1
fi
# dotest "deleting .uuid file on empty dir"
# prep
# cp $FONT1 $FONT2 $FONTDIR
# $FCCACHE $FONTDIR
# sleep 1
# rm -f $FONTDIR/*pcf
# $FCCACHE $FONTDIR
# rmdir $FONTDIR > /dev/null 2>&1
# if [ $? != 0 ]; then
# echo "*** Test failed: $TEST"
# echo "$FONTDIR isn't empty"
# ls -al $FONTDIR
# exit 1
# fi
rm -rf $FONTDIR $CACHEFILE $CACHEDIR $FONTCONFIG_FILE out