aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs')
-rw-r--r--tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs b/tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs
new file mode 100644
index 000000000..aaa27042c
--- /dev/null
+++ b/tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs
@@ -0,0 +1,8 @@
+BaseApp {
+ inputSelectors: [
+ "tool.1",
+ "nonexistent",
+ "tool.2",
+ ]
+ inputSearchPaths: "bin"
+}