tests: stop tracking tests/gpg/random_seed
authorMads Kiilerich <madski@unity3d.com>
Mon, 20 Jan 2014 01:29:54 +0100
changeset 20305 e5a2177d97f0
parent 20304 e457321a5687
child 20306 fe8e254c7ad6
child 20344 b15ba2d95428
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.
tests/gpg/random_seed
tests/test-gpg.t
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 ..