2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

tests: Update README to reflect bash requirement

The regression test README examples use sh when showing how to run
individual tests but bash is needed, instead.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Tyler Hicks
2014-01-12 22:37:39 -06:00
parent f6f8232b6c
commit b9b1f7efe7

View File

@@ -48,7 +48,7 @@ will rerun the last failed command.
Example:
# sh unlink.sh -r
# bash unlink.sh -r
Files retained in: /tmp/sdtest.25406-19681
#ls -l /tmp/sdtest.25406-19681
@@ -77,7 +77,7 @@ In order to debug more complicated test failures such as an expected
shell error (test harness error) it is usually necessary to rerun the test with
debugging enabled, for example:
# sh -x unlink.sh
# bash -x unlink.sh
Adding new tests