tests/test-import.t
changeset 14452 ee574cfd0c32
parent 14125 2852843947da
child 15194 0705f2ac79d6
equal deleted inserted replaced
14451:c78d41db6f88 14452:ee574cfd0c32
   615   > diff --git a/a b/b
   615   > diff --git a/a b/b
   616   > rename from ../outside/foo
   616   > rename from ../outside/foo
   617   > rename to bar
   617   > rename to bar
   618   > EOF
   618   > EOF
   619   applying patch from stdin
   619   applying patch from stdin
   620   abort: ../outside/foo not under root
   620   abort: path contains illegal component: ../outside/foo
   621   [255]
   621   [255]
   622   $ cd ..
   622   $ cd ..
   623 
   623 
   624 
   624 
   625 test import with similarity and git and strip (issue295 et al.)
   625 test import with similarity and git and strip (issue295 et al.)