diff mbox

selinux-testsuite: nnp_nosuid: tidy perl style

Message ID 20171026150507.5406-1-sds@tycho.nsa.gov (mailing list archive)
State Accepted
Headers show

Commit Message

Stephen Smalley Oct. 26, 2017, 3:05 p.m. UTC
Trivial reformatting via tools/check-syntax -f.
Noticed it when I ran it to fix up the inet_socket/test script
after the changes in the preceding commit and it also fixed this one.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 tests/nnp_nosuid/test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/tests/nnp_nosuid/test b/tests/nnp_nosuid/test
index accb3f2..4e13927 100755
--- a/tests/nnp_nosuid/test
+++ b/tests/nnp_nosuid/test
@@ -173,7 +173,7 @@  if ($test_nnp_nosuid_transition) {
       );
     ok( $result, 0 );    #this should succeed
 
-    # Automatic transition under NNP+nosuid to nnpnosuidtransition domain via exec.
+ # Automatic transition under NNP+nosuid to nnpnosuidtransition domain via exec.
     $result =
       system(
 "$basedir/execnnp -n -- $basedir/testdir/checkcon test_nnpnosuidtransition_t 2>&1"