]> err.no Git - util-linux/commit
tests: add libmount optstr.c tests
authorKarel Zak <kzak@redhat.com>
Fri, 15 Oct 2010 13:53:33 +0000 (15:53 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:45 +0000 (12:28 +0100)
commitaf0b9283879b9aa0cfae942663c4fe7f9bf88aee
treeea0ba0c6d4c5b94b1e718b7363b20e265a5d24d9
parent6f8ab4de470fa0bc6a2932a20795fb9ff1d8241e
tests: add libmount optstr.c tests

Signed-off-by: Karel Zak <kzak@redhat.com>
20 files changed:
tests/commands.sh.in
tests/expected/libmount/optstr-append [new file with mode: 0644]
tests/expected/libmount/optstr-append-value [new file with mode: 0644]
tests/expected/libmount/optstr-apply-linux [new file with mode: 0644]
tests/expected/libmount/optstr-apply-user [new file with mode: 0644]
tests/expected/libmount/optstr-fix [new file with mode: 0644]
tests/expected/libmount/optstr-flags [new file with mode: 0644]
tests/expected/libmount/optstr-get [new file with mode: 0644]
tests/expected/libmount/optstr-get-value [new file with mode: 0644]
tests/expected/libmount/optstr-prepend [new file with mode: 0644]
tests/expected/libmount/optstr-prepend-value [new file with mode: 0644]
tests/expected/libmount/optstr-remove [new file with mode: 0644]
tests/expected/libmount/optstr-remove-value [new file with mode: 0644]
tests/expected/libmount/optstr-set-large [new file with mode: 0644]
tests/expected/libmount/optstr-set-new [new file with mode: 0644]
tests/expected/libmount/optstr-set-new-end [new file with mode: 0644]
tests/expected/libmount/optstr-set-remove [new file with mode: 0644]
tests/expected/libmount/optstr-set-small [new file with mode: 0644]
tests/expected/libmount/optstr-split [new file with mode: 0644]
tests/ts/libmount/optstr [new file with mode: 0755]