annotate tests/test-issue322.out @ 3918:a413f5c29c46
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
author |
Thomas Arendsen Hein <thomas@intevation.de> |
date |
Sat, 16 Dec 2006 23:24:30 +0100 |
parents |
3d5547845158 |
children |
e3dffbdc6522 |
rev |
line source |
2953
|
1 % file replaced with directory
|
|
2 adding a
|
|
3 % should fail - would corrupt dirstate
|
|
4 abort: file named 'a' already in dirstate
|
|
5 % directory replaced with file
|
|
6 adding a/a
|
|
7 % should fail - would corrupt dirstate
|
|
8 abort: directory named 'a' already in dirstate
|
|
9 % directory replaced with file
|
|
10 adding b/c/d
|
|
11 % should fail - would corrupt dirstate
|
|
12 abort: directory named 'b' already in dirstate
|