Commit 3860ad0
committed
[3.0] Fix <move-file>/<move-dir> in package-info
The test was trying to confirm that the destination file existed, when
it's actually supposed to not exist since we're moving something to
that name.
Turns out a similar fix was done earlier to stop the warning from
showing up for <create-dir> and <create-file> (#3009), so I just
extended that fix.
Fixes #8986
Signed-off-by: Dav999 <[email protected]>1 parent 30216bb commit 3860ad0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
| 749 | + | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| |||
0 commit comments