Skip to content

Commit

Permalink
It should be the logdir
Browse files Browse the repository at this point in the history
  • Loading branch information
markg85 committed Nov 11, 2023
1 parent e9eb3a5 commit d830f3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions tests/data/test736
Expand Up @@ -31,8 +31,7 @@ Hello curl from IPFS
http
</server>
<setenv>
HOME=%PWD/%LOGDIR
IPFS_PATH=%HOME/.ipfs
IPFS_PATH=%LOGDIR/.ipfs
</setenv>
<name>
IPFS with IPFS_PATH set, no trailing slash
Expand Down
3 changes: 1 addition & 2 deletions tests/data/test737
Expand Up @@ -31,8 +31,7 @@ Hello curl from IPFS
http
</server>
<setenv>
HOME=%PWD/%LOGDIR
IPFS_PATH=%HOME/.ipfs/
IPFS_PATH=%LOGDIR/.ipfs/
</setenv>
<name>
IPFS with IPFS_PATH set, with trailing slash
Expand Down
3 changes: 1 addition & 2 deletions tests/data/test738
Expand Up @@ -17,8 +17,7 @@ IPFS
http
</server>
<setenv>
HOME=%PWD/%LOGDIR
IPFS_PATH=%HOME/.ipfs/
IPFS_PATH=%LOGDIR/.ipfs/
</setenv>
<name>
IPFS with IPFS_PATH, no gateway file
Expand Down

0 comments on commit d830f3d

Please sign in to comment.