summaryrefslogtreecommitdiff
path: root/test/scripts/2500-dsearch
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-05-07 16:38:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-07 17:19:06 +0100
commit0006e6d8e151bb4b34452da30da60184736bb5ae (patch)
treecb4d945022114d96ca74e48636acd60e0735d3b4 /test/scripts/2500-dsearch
parentb16c9f8bdcfd4cce490af9e493489e128f5c8f52 (diff)
Lookups: ret=key option
Diffstat (limited to 'test/scripts/2500-dsearch')
-rw-r--r--test/scripts/2500-dsearch/25001
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500
index 588690373..381ef2563 100644
--- a/test/scripts/2500-dsearch/2500
+++ b/test/scripts/2500-dsearch/2500
@@ -8,6 +8,7 @@ fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/aux-fixed}{$value}{FAIL}}
fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/AUX-fixed}{$value}{FAIL}}
fail(path): ${lookup{TESTNUM.tst} dsearch{.}{$value}{OTHER}}
ok,full: ${lookup{TESTNUM.tst} dsearch,ret=full {DIR/aux-fixed}{$value}{FAIL}}
+ok,key: ${lookup{TESTNUM.tst} dsearch,ret=key {DIR/aux-fixed}{$value}{FAIL}}
ok,file: ${lookup{TESTNUM.tst} dsearch,filter=file {DIR/aux-fixed}{$value}{FAIL}}
fail,file: ${lookup{TESTNUM.dir} dsearch,filter=file {DIR/aux-fixed}{$value}{FAIL}}
ok,dir: ${lookup{TESTNUM.dir} dsearch,filter=dir {DIR/aux-fixed}{$value}{FAIL}}