aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/c_app/test_searchpath.sh
blob: 0bd4feabdfe6add36584e7c4cba0f96b911a57d7 (plain)
1
2
3
4
5
6
7
#!/bin/sh
. ../common.sh

PROGRAM_SEARCHPATH="$(./c_app -s)"
EXPECTED_SEARCHPATH="$(pkg-config proj --variable=datadir)"

test_searchpath "${PROGRAM_SEARCHPATH}" "${EXPECTED_SEARCHPATH}"