tests/test-lfs-bundle.t
changeset 44379 ca82929e433d
parent 37439 556984ae0005
child 47071 3e381eb557f3
equal deleted inserted replaced
44376:56f089e40c5a 44379:ca82929e433d
    93   OK
    93   OK
    94   ---- Applying src-lfs.bundle to dst-normal ----
    94   ---- Applying src-lfs.bundle to dst-normal ----
    95   OK
    95   OK
    96   ---- Applying src-lfs.bundle to dst-lfs ----
    96   ---- Applying src-lfs.bundle to dst-lfs ----
    97   OK
    97   OK
       
    98 
       
    99 Hint if the cache location cannot be inferred from the environment
       
   100 
       
   101 #if windows
       
   102   $ unset LOCALAPPDATA
       
   103   $ unset APPDATA
       
   104   $ HGRCPATH= hg config lfs --debug
       
   105   abort: unknown lfs usercache location
       
   106   (define LOCALAPPDATA or APPDATA in the environment, or set lfs.usercache)
       
   107   [255]
       
   108 #endif
       
   109 
       
   110 #if osx
       
   111   $ unset HOME
       
   112   $ HGRCPATH= hg config lfs --debug
       
   113   abort: unknown lfs usercache location
       
   114   (define HOME in the environment, or set lfs.usercache)
       
   115   [255]
       
   116 #endif
       
   117 
       
   118 #if no-windows no-osx
       
   119   $ unset XDG_CACHE_HOME
       
   120   $ unset HOME
       
   121   $ HGRCPATH= hg config lfs --debug
       
   122   abort: unknown lfs usercache location
       
   123   (define XDG_CACHE_HOME or HOME in the environment, or set lfs.usercache)
       
   124   [255]
       
   125 #endif
       
   126