diff options
Diffstat (limited to 'tests/fundamental-primitives')
-rw-r--r-- | tests/fundamental-primitives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fundamental-primitives b/tests/fundamental-primitives index 4068934..1c8a47a 100644 --- a/tests/fundamental-primitives +++ b/tests/fundamental-primitives @@ -77,7 +77,7 @@ for os in $(getnamelist OS); do grep "^is_unsigned = 0"\$ < $a >/dev/null grep "^annotation = ${noannotation}"\$ < $a >/dev/null grep "^section = ${whole}"\$ < $a >/dev/null - grep "^byteorder =\s*"\$ < $a >/dev/null + grep "^byteorder =[[:space:]]*"\$ < $a >/dev/null type=NO_RETURN get-datatype-description.tu $osn $archn $(lookupnum "$types" $type) $os $arch $type | diff -u $a - |