diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 14:36:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 14:36:17 +0100 |
commit | a5dc727afcc92deab722a84ae5cf3d00ae74c5f6 (patch) | |
tree | be4e69e817832064408af368787424c6a334e884 /test | |
parent | 67a57a5afd313490a8763d60ec4df857b9cf239b (diff) |
dsearch: full-path return option
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/2500-dsearch/2500 | 1 | ||||
-rw-r--r-- | test/stdout/2500 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500 index 040ce599e..14cf31b26 100644 --- a/test/scripts/2500-dsearch/2500 +++ b/test/scripts/2500-dsearch/2500 @@ -7,6 +7,7 @@ fail: ${lookup{TESTNUM.tst} dsearch{DIR/dir_not_here}{$value}{FAIL}} 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}} **** # 1 diff --git a/test/stdout/2500 b/test/stdout/2500 index 3259e726c..d10a5f8a7 100644 --- a/test/stdout/2500 +++ b/test/stdout/2500 @@ -4,4 +4,5 @@ > fail(case): FAIL > Failed: failed to open TESTSUITE/AUX-fixed for directory search: No such file or directory > Failed: dirname '.' for dsearch is not absolute +> ok,full: TESTSUITE/aux-fixed/2500.tst > |