projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0816c
)
fate: fix signal name translation
author
Måns Rullgård
<mans@mansr.com>
Sun, 1 Aug 2010 12:29:03 +0000
(12:29 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 1 Aug 2010 12:29:03 +0000
(12:29 +0000)
Originally committed as revision 24650 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/fate-run.sh
patch
|
blob
|
history
diff --git
a/tests/fate-run.sh
b/tests/fate-run.sh
index
6739fd9
..
045a968
100755
(executable)
--- a/
tests/fate-run.sh
+++ b/
tests/fate-run.sh
@@
-108,7
+108,7
@@
err=$?
if [ $err -gt 128 ]; then
sig=$(kill -l $err 2>/dev/null)
- test "${sig}" = "${sig%[
^A-Z
]*}" || unset sig
+ test "${sig}" = "${sig%[
!A-Za-z
]*}" || unset sig
fi
if test -e "$ref"; then