Skip to content

Commit

Permalink
Fixed spacing and spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
George Jacob committed Jan 8, 2025
1 parent b9e0102 commit 4ea7800
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the device /dev/console is not available in the QM partition.
description: |
This tests confirms that the device /dev/console is not available in the QM partition.
The test executes `test -c /dev/console` in QM
partition, no other input.
The test executes `test -c /dev/console` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the device /dev/disk is not available in the QM partition.
description: |
This tests confirms that the device /dev/disk is not available in the QM partition.
The test executes `test -d /dev/disk` in QM
partition, no other input.
The test executes `test -d /dev/disk` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the device /dev/kmsg is not available in the QM partition.
description: |
This tests confirms that the device /dev/kmsg is not available in the QM partition.
The test executes `test -c /dev/kmsg` in QM
partition, no other input.
The test executes `test -c /dev/kmsg` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the directory /etc/qm cannot be accessed in the QM partition.
description: |
This tests confirms that the directory /etc/qm cannot be accessed in the QM partition.
The test executes `test -d /etc/qm` in QM
partition, no other input.
The test executes `test -d /etc/qm` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
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
The test executes `test -d /usr/lib/qm` in QM
partition, no other input.
The test executes `test -d /usr/lib/qm` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the directory /usr/share/qm cannot be accessed in the QM partition.
description: |
This tests confirms hat the directory /usr/share/qm cannot be accessed in the QM partition.
The test executes `test -d /usr/share/qm` in QM
partition, no other input.
This tests confirms that the directory /usr/share/qm cannot be accessed in the QM partition.
The test executes `test -d /usr/share/qm` in QM partition, no other input.

Test inputs:
None
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test that the socket /run/udev/control does not exist in the QM partition.
description: |
This tests confirms that the socket /run/udev/control does not exist in the QM partition.
The test executes `test -e /run/udev/control` in QM
partition, no other input.
The test executes `test -e /run/udev/control` in QM partition, no other input.

Test inputs:
None
Expand Down
3 changes: 1 addition & 2 deletions tests/ffi/dev_mem_not_present/main.fmf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
summary: Test /dev/mem is not present in QM partition.
description: |
This tests confirms that /dev/mem is not present in QM partition.
The test executes `test -e /dev/mem` in QM
partition, no other input.
The test executes `test -e /dev/mem` in QM partition, no other input.

Test inputs:
None
Expand Down

0 comments on commit 4ea7800

Please sign in to comment.