]> git.ipfire.org Git - thirdparty/util-linux.git/commit - tests/commands.sh
tests: add optlist tests
authorKarel Zak <kzak@redhat.com>
Mon, 22 May 2023 13:40:38 +0000 (15:40 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 May 2023 13:40:38 +0000 (15:40 +0200)
commite2d6f5e30e34fe54c9a54eb6f1d9d01b6723068a
treebc4b0bbd183d651b2f947678f1b7b1506b42a33d
parentc0267687fd7b41b00d523d1985182d7eb574effd
tests: add optlist tests

Signed-off-by: Karel Zak <kzak@redhat.com>
31 files changed:
tests/commands.sh
tests/expected/libmount/optlist-append [new file with mode: 0644]
tests/expected/libmount/optlist-append-empty-value [new file with mode: 0644]
tests/expected/libmount/optlist-append-value [new file with mode: 0644]
tests/expected/libmount/optlist-get [new file with mode: 0644]
tests/expected/libmount/optlist-get-flg-linux [new file with mode: 0644]
tests/expected/libmount/optlist-get-flg-user [new file with mode: 0644]
tests/expected/libmount/optlist-get-str [new file with mode: 0644]
tests/expected/libmount/optlist-get-str-linux [new file with mode: 0644]
tests/expected/libmount/optlist-get-str-user [new file with mode: 0644]
tests/expected/libmount/optlist-get-value [new file with mode: 0644]
tests/expected/libmount/optlist-prepend [new file with mode: 0644]
tests/expected/libmount/optlist-prepend-empty-value [new file with mode: 0644]
tests/expected/libmount/optlist-prepend-list [new file with mode: 0644]
tests/expected/libmount/optlist-prepend-value [new file with mode: 0644]
tests/expected/libmount/optlist-remove [new file with mode: 0644]
tests/expected/libmount/optlist-remove-empty-value [new file with mode: 0644]
tests/expected/libmount/optlist-remove-quoted [new file with mode: 0644]
tests/expected/libmount/optlist-remove-value [new file with mode: 0644]
tests/expected/libmount/optlist-set [new file with mode: 0644]
tests/expected/libmount/optlist-set-empty [new file with mode: 0644]
tests/expected/libmount/optlist-set-large [new file with mode: 0644]
tests/expected/libmount/optlist-set-new [new file with mode: 0644]
tests/expected/libmount/optlist-set-new-empty [new file with mode: 0644]
tests/expected/libmount/optlist-set-new-end [new file with mode: 0644]
tests/expected/libmount/optlist-set-new-end-empty [new file with mode: 0644]
tests/expected/libmount/optlist-set-remove [new file with mode: 0644]
tests/expected/libmount/optlist-set-small [new file with mode: 0644]
tests/expected/libmount/optstr-prepend-list [new file with mode: 0644]
tests/ts/libmount/optlist [new file with mode: 0755]
tests/ts/libmount/optstr