diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 14:52:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 15:52:55 +0200 |
commit | d6601831b7e50041c829b05155dcd4537021a9c4 (patch) | |
tree | 22c72c52b5be8f708a767dd72fe8e7b986847f8f /tests/setup_disk_test | |
parent | be00261378bb993b9d0e0682fb3cb044d87c881f (diff) | |
download | alpine-conf-d6601831b7e50041c829b05155dcd4537021a9c4.zip |
tests: add test for setup-disk
only test for help text. We test most of the other functionality with
the alpine-installer-testsuite.
Diffstat (limited to 'tests/setup_disk_test')
-rwxr-xr-x | tests/setup_disk_test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/setup_disk_test b/tests/setup_disk_test new file mode 100755 index 0000000..156dcb8 --- /dev/null +++ b/tests/setup_disk_test @@ -0,0 +1,10 @@ +#!/usr/bin/env atf-sh + +. $(atf_get_srcdir)/test_env.sh +init_tests \ + setup_disk_usage + +setup_disk_usage_body() { + test_usage setup-disk +} + |