]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix broken symlink
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 May 2018 08:30:42 +0000 (10:30 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 May 2018 14:13:47 +0000 (16:13 +0200)
`requirements2.5.txt` is pointing to `tests/requirements2.4.txt` while
it should point to `requirements2.4.txt` since they are in the same
directory.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/requirements2.5.txt

index 2fca1748d398198d0b41538e722e6fc914d14248..1f8cc7508f54c5956271d2b86a88a51831cb6894 120000 (symlink)
@@ -1 +1 @@
-tests/requirements2.4.txt
\ No newline at end of file
+requirements2.4.txt
\ No newline at end of file