testsuite: remove locking tests since the flock() is gone
commit592b334635adf69ab28f4fd5abedeead361b9891
authorJon Masters <jcm@jonmasters.org>
Tue, 3 Mar 2009 01:41:15 +0000 (2 20:41 -0500)
committerJon Masters <jcm@jonmasters.org>
Tue, 3 Mar 2009 01:41:15 +0000 (2 20:41 -0500)
tree8d92811ba3b0c15e0a5453561826fb2def1abd48
parent10076cb60ee4b523cb9f6d9378d6d326335cf265
testsuite: remove locking tests since the flock() is gone

Marco d'Itri noticed that the file locking never really worked as intended
anyway, so we removed it (let the kernel handle simultaneous duplicate
loading attempts, which it already does on read-only filesystems - i.e.
almost everyone during early boottime module loading - anyway).

See previous commit for futher detail.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
tests/test-modprobe/25locking.sh [deleted file]