Mercurial > hg
changeset 41730:19d8d6856338
tests: glob over quoting differences in test-blackbox.t for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 16 Feb 2019 21:49:55 -0500 |
parents | 4d5f48782921 |
children | 92055d539e49 |
files | tests/test-blackbox.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-blackbox.t Fri Feb 15 14:56:07 2019 -0500 +++ b/tests/test-blackbox.t Sat Feb 16 21:49:55 2019 -0500 @@ -379,7 +379,7 @@ (only look for entries with specific logged sources, otherwise this test is pretty brittle) $ hg blackbox | egrep '\[command(finish)?\]' - 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config 'blackbox.track=*' --config 'blackbox.logsource=True' init track_star exited 0 after * seconds (glob) + 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config *blackbox.track=* --config *blackbox.logsource=True* init track_star exited 0 after * seconds (glob) 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [command]> blackbox $ cd $TESTTMP