]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/replace_test
[PATCH] get rid of the majority of the debug environment variables.
[thirdparty/systemd.git] / test / replace_test
CommitLineData
75ff8da8
GKH
1#!/bin/bash
2
3export UDEV_TEST=yes
4export SYSFS_PATH=$PWD/sys/
5export UDEV_CONFIG_DIR=$PWD/
6export UDEV_ROOT=$PWD/udev/
7export UDEV_DB=udev.tdb
8export UDEV_CONFIG_FILE=replace_test.config
fd9594b6 9export UDEV_RULES_FILE=replace_test.rules
75ff8da8
GKH
10export UDEV_PERMISSION_FILE=udev.permissions
11
12export DEVPATH=class/tty/ttyUSB0
13export ACTION=add
14
15../udev tty
d6d413da 16ls -l udev
1ac52047
GKH
17
18export ACTION=remove
19../udev tty
d6d413da 20ls -l udev
1ac52047
GKH
21
22