| | @@ -1,9 +1,16 @@ |
| 1 | 1 | # |
| 2 | 2 | # Tests for merging with renames |
| 3 | 3 | # |
| 4 | 4 | # |
| 5 | + |
| 6 | +catch {exec $::fossilexe info} res |
| 7 | +puts res=$res |
| 8 | +if {![regexp {use --repository} $res]} { |
| 9 | + puts stderr "Cannot run this test within an open checkout" |
| 10 | + return |
| 11 | +} |
| 5 | 12 | |
| 6 | 13 | ###################################### |
| 7 | 14 | # Test 1 # |
| 8 | 15 | # Reported: Ticket [554f44ee74e3d] # |
| 9 | 16 | ###################################### |
| 10 | 17 | |