Skip to content
Snippets Groups Projects
Commit 66d47806 authored by Matt Harbison's avatar Matt Harbison
Browse files

test-strip-narrow: adjust bundle removal for Windows test stability

MSYS was mangling $TESTTMP to C:\\Users\\...\\test-narrow-strip.t-flat/, which
caused `rm` to fail.  The -f was suppressing -ENOENT, so the only clue something
was wrong was when 2 bundles were applied via `hg unbundle` on line 91, instead
of just 1.  This changed the text output of `hg unbundle`.

The first `rm` wasn't causing an issue, but is changed for consistency with the
rest of the file.
parent 46859b43
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment