]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add flock tests
authorKarel Zak <kzak@redhat.com>
Mon, 31 Oct 2016 13:30:02 +0000 (14:30 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 31 Oct 2016 13:30:02 +0000 (14:30 +0100)
commit10146e56b0051f723320c16d0e0f9d94ba0a8803
treeafb734e236975888d42c2595d75a70542e9f589f
parent93fea49f2834a634babc8c7f86c01edea123ed7a
tests: add flock tests

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/commands.sh
tests/expected/misc/flock [new file with mode: 0644]
tests/expected/misc/flock-exclusive [new file with mode: 0644]
tests/expected/misc/flock-no-fork [new file with mode: 0644]
tests/expected/misc/flock-non-block [new file with mode: 0644]
tests/expected/misc/flock-shared [new file with mode: 0644]
tests/expected/misc/flock-time-check [new file with mode: 0644]
tests/expected/misc/flock-timeout [new file with mode: 0644]
tests/ts/misc/flock [new file with mode: 0755]