tests/test-retry-open.sh: Fix parallel tests
commit9d1d9b83317e2b72efa6ffd3151a2f0628b12015
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 2 Feb 2023 14:27:29 +0000 (2 14:27 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 2 Feb 2023 14:28:30 +0000 (2 14:28 +0000)
tree247dc169c607e524879aa46da5c4cc405878b580
parent4aabef5eca843be3bc68616a86688b101e31348a
tests/test-retry-open.sh: Fix parallel tests

Both test-retry.sh and test-retry-open.sh were using the same named
file, so the tests would conflict if run in parallel.  Fix by renaming
the file in the newer test.

Fixes: commit 4aabef5eca843be3bc68616a86688b101e31348a
tests/test-retry-open.sh