File: umockdev-wrapper

package info (click to toggle)
umockdev 0.15.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,984 kB
  • sloc: ansic: 4,683; sh: 190; python: 179; xml: 42; makefile: 10
file content (5 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh
# Wrapper program to preload the libumockdev library, so that test programs can
# set $UMOCKDEV_DIR for redirecting sysfs and other queries to a test bed.
exec env LD_PRELOAD=libumockdev-preload.so.0:$LD_PRELOAD "$@"