New failing test case: Rebase from dir to file
commit15160bc8382607bc9db04695fedf85119e571986
authorKarl Wiberg <kha@treskal.com>
Tue, 24 Sep 2013 23:26:08 +0000 (25 01:26 +0200)
committerKarl Wiberg <kha@treskal.com>
Wed, 25 Sep 2013 00:06:48 +0000 (25 02:06 +0200)
treef036486b30a4a92f7589507ab04e641b224f5ad5
parent3e711a5314609621eea7a4c2ee1b7c02f5d0e542
New failing test case: Rebase from dir to file

Add a test for two potentially problematic operations: rebasing from a
tree where x is a file to one where it's a directory, and the other
way around. The former works correctly, but the latter makes StGit
crash with a backtrace (it's marked up as an expected failure).

Signed-off-by: Karl Wiberg <kha@treskal.com>
t/t2201-rebase-file-dir.sh [new file with mode: 0755]