# HG changeset patch # User Mads Kiilerich # Date 2012-06-13 00:29:47 # Node ID a0cbbf78c31a75b6f21a77ff9cb688e7658984b6 # Parent dea63b30ddd6797eee13026280dcbca4b00efccc tests: reintroduce globs in test-convert-authormap.t They are needed on windows and were accidentally removed in eaf6a6d7f015. diff --git a/tests/test-convert-authormap.t b/tests/test-convert-authormap.t --- a/tests/test-convert-authormap.t +++ b/tests/test-convert-authormap.t @@ -27,7 +27,7 @@ Explicit --authors sorting... converting... 0 foo - writing author map file $TESTTMP/new/.hg/authormap + writing author map file $TESTTMP/new/.hg/authormap (glob) $ cat new/.hg/authormap user name=Long User Name $ hg -Rnew log @@ -44,7 +44,7 @@ Implicit .hg/authormap $ hg init new $ mv authormap.txt new/.hg/authormap $ hg convert orig new - ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored + ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored (glob) scanning source... sorting... converting...