aboutsummaryrefslogtreecommitdiff
path: root/t/cli/missing-package-error.test
diff options
context:
space:
mode:
Diffstat (limited to 't/cli/missing-package-error.test')
-rw-r--r--t/cli/missing-package-error.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/cli/missing-package-error.test b/t/cli/missing-package-error.test
new file mode 100644
index 000000000000..3edfa8a6c0f8
--- /dev/null
+++ b/t/cli/missing-package-error.test
@@ -0,0 +1,6 @@
+Tool: pkgconf
+ToolArgs: --errors-to-stdout --cflags boguspkg
+Environment: PKG_CONFIG_PATH=%TEST_FIXTURES_DIR%/lib1
+ExpectedStdout: Package boguspkg was not found in the pkg-config search path.
+MatchStdout: Partial
+ExpectedExitCode: 1