Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
e9113a76
Commit
e9113a76
authored
Oct 25, 2018
by
Akira TAGOH
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not run a test case for .uuid deletion
parent
5f12f564
Pipeline
#6729
passed with stage
in 6 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
test/run-test.sh
test/run-test.sh
+14
-14
No files found.
test/run-test.sh
View file @
e9113a76
...
...
@@ -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
Laurent Bigonville
@bigon
mentioned in issue
#121 (closed)
·
Nov 08, 2018
mentioned in issue
#121 (closed)
mentioned in issue #121
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment