diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2024-03-04 23:37:49 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-03-23 23:57:46 +0100 |
commit | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (patch) | |
tree | de09c15c36a0860e93eb664f16db694244218cd1 /test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml | |
parent | de0ea3b2f839c2f6ba074d7401d2a28118680da0 (diff) | |
download | devtools-05bea3e922aa7aec5cba3242d3f34b5c10fad24e.tar.xz |
test: add basic bats setup and test cases for `version setup`
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml')
-rw-r--r-- | test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml b/test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml new file mode 100644 index 0000000..4e3d43f --- /dev/null +++ b/test/fixture/version/setup/gitlab-archlinux-tarball/nvchecker.assert.toml @@ -0,0 +1,4 @@ +[devtools] +source = "git" +git = "https://gitlab.archlinux.org/archlinux/devtools.git" +prefix = "v" |