Skip to content

Commit

Permalink
Removed trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: George Jacob <[email protected]>
  • Loading branch information
George Jacob committed Jan 7, 2025
1 parent 7944cce commit b9e0102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: Test that the directory /usr/lib/qm cannot be accessed in the QM partition.
description: |
This tests confirms that the directory /usr/lib/qm cannot be accessed in the QM partition
This tests confirms that the directory /usr/lib/qm cannot be accessed in the QM partition
The test executes `test -d /usr/lib/qm` in QM
partition, no other input.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
not visible in /dev/shm inside the QM partition.
The test creates a file outside QM partition using `touch /dev/shm/on-host` and tests if it
was succesfully creted using `test -e /dev/shm/on-host`.
Then the test checks to confirm that the file /dev/shm/on-host is not visible inside
Then the test checks to confirm that the file /dev/shm/on-host is not visible inside
the QM partition using `test -e /dev/shm/on-host`
Test inputs:
None
Expand Down

0 comments on commit b9e0102

Please sign in to comment.