We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3efc36a + b33c0a7 commit 3c6d064Copy full SHA for 3c6d064
ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/test/test_systemd.t
@@ -15,8 +15,7 @@
15
16
== Use socket files
17
$ export TMPDIR=${TMPDIR:-/tmp}
18
- $ export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-$TMPDIR}
19
- $ export NOTIFY_SOCKET="${XDG_RUNTIME_DIR}/systemd.socket"
+ $ export NOTIFY_SOCKET="${TMPDIR}/systemd.socket"
20
$ rm -f "$NOTIFY_SOCKET"
21
$ ./test_systemd.exe --server &
22
READY=1
0 commit comments