Skip to content

Commit 5465283

Browse files
committed
tests: code cleanup
1 parent 3856cc9 commit 5465283

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/pkgconfig.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ _pkgconfig()
4747
return $ret
4848
}
4949

50-
_pkgconfig "EXISTS:" --exists "$PACKAGE" || exit 2
50+
_pkgconfig "EXISTS:" --exists "$PACKAGE" || exit 2
5151

5252
ret=0
5353

54-
_pkgconfig "VERSION:" --modversion "$PACKAGE" || ret=3
55-
_pkgconfig "CFLAGS: " --cflags "$PACKAGE" || ret=4
56-
_pkgconfig "LIBS: " --libs "$PACKAGE" || ret=5
57-
_pkgconfig "PROVIDES:" --print-provides "$PACKAGE" || ret=6
58-
_pkgconfig "REQUIRES:" --print-requires "$PACKAGE" || ret=7
54+
_pkgconfig "VERSION:" --modversion "$PACKAGE" || ret=3
55+
_pkgconfig "CFLAGS: " --cflags "$PACKAGE" || ret=4
56+
_pkgconfig "LIBS: " --libs "$PACKAGE" || ret=5
57+
_pkgconfig "PROVIDES:" --print-provides "$PACKAGE" || ret=6
58+
_pkgconfig "REQUIRES:" --print-requires "$PACKAGE" || ret=7
5959

6060
exit $ret

0 commit comments

Comments
 (0)