Skip to content
Snippets Groups Projects
Commit e5a2177d authored by Mads Kiilerich's avatar Mads Kiilerich
Browse files

tests: stop tracking tests/gpg/random_seed

test-gpg.t left the random_seed file as modified. That was slightly confusing
... and it was accidentally changed in ea4996754d91.

The seed is created on demand and there is no reason to track it. There is also
no reason to leak state between test runs so we let the test clean up after
running.
parent e457321a
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -31,4 +31,7 @@
$ "$TESTDIR/md5sum.py" "$TESTDIR/gpg/trustdb.gpg"
f6b9c78c65fa9536e7512bb2ceb338ae */gpg/trustdb.gpg (glob)
don't leak any state to next test run
$ rm -f "$TESTDIR/gpg/random_seed"
$ cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment