Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Temporary file not cleaned up after running tests #451

Closed
shyun3 opened this issue Nov 8, 2024 · 1 comment
Closed

[bug] Temporary file not cleaned up after running tests #451

shyun3 opened this issue Nov 8, 2024 · 1 comment
Labels

Comments

@shyun3
Copy link
Contributor

shyun3 commented Nov 8, 2024

Dotdrop commit: b53f939

Describe the bug

Running the tests creates a file named .dotdrop.test in the home directory.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Make sure .dotdrop.test doesn't already exist in the home directory
  2. Run tests.sh
  3. Check that .dotdrop.test now exists in the home directory

Expected behavior

Running the tests should not affect the home directory or if it does, it should clean up after itself.

Additional information

.dotdrop.test contains a single word: modified

#447 describes a similar kind of problem.

@shyun3 shyun3 added the bug label Nov 8, 2024
@deadc0de6
Copy link
Owner

good catched, thanks, it should be fixed by #453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants