diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-05-03 01:48:37 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@glr-d10-01.sof.bg.adlevio.net> | 2021-04-15 22:30:49 +0300 |
commit | 04b0113bde8509a81f451278e85d4df36ded6ac4 (patch) | |
tree | 351d4a162ddfb1e4c8eb616097c097456797b7fb | |
parent | 3f77e233da4679b99a4d8aca498cf8ba9b38b202 (diff) |
gitmodules: update xfstests submodule
The current commit hash does not exist in the repository. Update it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | tests/xfstests | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 24f8d70..db3d23a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,12 @@ [submodule "tests/bcachefs/bcachefs-tools"] path = tests/bcachefs/bcachefs-tools url = https://evilpiepirate.org/git/bcachefs-tools.git -[submodule "tests/xfstests"] - path = tests/xfstests - url = https://evilpiepirate.org/git/xfstests.git [submodule "tests/bcachefs/linuxquota-code"] path = tests/bcachefs/linuxquota-code url = https://evilpiepirate.org/git/linuxquota.git [submodule "tests/blktests"] path = tests/blktests url = https://github.com/osandov/blktests.git +[submodule "tests/xfstests"] + path = tests/xfstests + url = https://evilpiepirate.org/git/xfstests.git diff --git a/tests/xfstests b/tests/xfstests -Subproject fcf9e62e0fef8ea562edf8f770626d47dac46fc +Subproject 18ac4efa77bb38f8c4b82da417d5de8fd4bbf52 |