tests/test-import.t
changeset 35393 4441705b7111
parent 35186 aef2b98d9352
child 36024 2a81ed6c3bb9
equal deleted inserted replaced
35392:5feb782c7a95 35393:4441705b7111
   936   > diff --git a/a b/b
   936   > diff --git a/a b/b
   937   > rename from ../outside/foo
   937   > rename from ../outside/foo
   938   > rename to bar
   938   > rename to bar
   939   > EOF
   939   > EOF
   940   applying patch from stdin
   940   applying patch from stdin
   941   abort: path contains illegal component: ../outside/foo (glob)
   941   abort: path contains illegal component: ../outside/foo
   942   [255]
   942   [255]
   943   $ cd ..
   943   $ cd ..
   944 
   944 
   945 
   945 
   946 test import with similarity and git and strip (issue295 et al.)
   946 test import with similarity and git and strip (issue295 et al.)