summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
-rw-r--r--test/test-execute/exec-inaccessiblepaths-sys.service (renamed from test/test-execute/exec-inaccessiblepaths-proc.service)4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/meson.build b/test/meson.build
index 870f8bc6a7..7255c79dcb 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -67,7 +67,7 @@ test_data_files = '''
test-execute/exec-ignoresigpipe-no.service
test-execute/exec-ignoresigpipe-yes.service
test-execute/exec-inaccessiblepaths-mount-propagation.service
- test-execute/exec-inaccessiblepaths-proc.service
+ test-execute/exec-inaccessiblepaths-sys.service
test-execute/exec-ioschedulingclass-best-effort.service
test-execute/exec-ioschedulingclass-idle.service
test-execute/exec-ioschedulingclass-none.service
diff --git a/test/test-execute/exec-inaccessiblepaths-proc.service b/test/test-execute/exec-inaccessiblepaths-sys.service
index ebdb4843d1..5ff6f3605b 100644
--- a/test/test-execute/exec-inaccessiblepaths-proc.service
+++ b/test/test-execute/exec-inaccessiblepaths-sys.service
@@ -2,6 +2,6 @@
Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
[Service]
-InaccessiblePaths=/proc
-ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /proc)" = "0"'
+InaccessiblePaths=/sys
+ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /sys)" = "0"'
Type=oneshot