Skip to content

Commit 3c6d064

Browse files
authored
Merge pull request #5905 from psafont/private/paus/osandbox
2 parents 3efc36a + b33c0a7 commit 3c6d064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/test/test_systemd.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
== Use socket files
1717
$ export TMPDIR=${TMPDIR:-/tmp}
18-
$ export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-$TMPDIR}
19-
$ export NOTIFY_SOCKET="${XDG_RUNTIME_DIR}/systemd.socket"
18+
$ export NOTIFY_SOCKET="${TMPDIR}/systemd.socket"
2019
$ rm -f "$NOTIFY_SOCKET"
2120
$ ./test_systemd.exe --server &
2221
READY=1

0 commit comments

Comments
 (0)