Skip to content

Commit 9a182ec

Browse files
committed
trim trailing whitespace
Signed-off-by: pengshanyu <[email protected]>
1 parent e70bc43 commit 9a182ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/PURPOSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title:
22
Validate that the network resources present in the file system match the expectations based on the QM partition configuration.
33

44
Description:
5-
Check that /run/systemd/journal/socket have different inode number inside and outside of the QM partition. Various sockets should not be available in the QM container, check that /run/udev/control doesn't exists.
5+
Check that /run/systemd/journal/socket have different inode number inside and outside of the QM partition. Various sockets should not be available in the QM container, check that /run/udev/control doesn't exists.
66

77
Input:
88
This test set executes the following commands:

Diff for: tests/ffi/attempts_to_access_forbidden_file_system_resource/sockets/check_run_systemd_journal_socket.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
check_run_systemd_journal_socket_inode_number(){
77
# Get inode number of /run/systemd/journal/socket inside and outside of the QM partition.
8-
inode_number_in_host=$(stat --printf='%i' /run/systemd/journal/socket)
8+
inode_number_in_host=$(stat --printf='%i' /run/systemd/journal/socket)
99
inode_number_in_qm=$(podman exec qm stat --printf='%i' /run/systemd/journal/socket)
1010

1111
# Check if the inode numbers inside and outside of the QM partition are different.

0 commit comments

Comments
 (0)