changeset 20305:e5a2177d97f0

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.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 20 Jan 2014 01:29:54 +0100
parents e457321a5687
children fe8e254c7ad6 b15ba2d95428
files tests/gpg/random_seed tests/test-gpg.t
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file tests/gpg/random_seed has changed
--- a/tests/test-gpg.t	Mon Jan 20 01:29:54 2014 +0100
+++ b/tests/test-gpg.t	Mon Jan 20 01:29:54 2014 +0100
@@ -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 ..