mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
egl: fix entrypoint sorting test
Fixes: 68dc591af1 "egl: Fix eglentrypoint.h sort order."
Cc: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Tapani Pälli <tapani.palli@intel.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
parent
fc3cecda8c
commit
b42dc50a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ then
|
|||
fi
|
||||
|
||||
entrypoints=$(grep EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h)
|
||||
sorted=$(sort <<< "$entrypoints")
|
||||
sorted=$(LANG=C sort <<< "$entrypoints")
|
||||
test "$entrypoints" = "$sorted"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue