about summary refs log tree commit diff
path: root/test/pamexec.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pamexec.test')
-rwxr-xr-xtest/pamexec.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/pamexec.test b/test/pamexec.test
index 44c11339..ec57f4ae 100755
--- a/test/pamexec.test
+++ b/test/pamexec.test
@@ -27,7 +27,8 @@ pamexec "pbmtog3 -no | g3topbm" ${combined_pbm}  | cksum
 cat ${combined_pbm}  | cksum
 
 echo "Invalid command" 1>&2
-echo "Errors message should appear below the line." 1>&2
+echo "Executes quietly." 1>&2
+echo "Errors message should not appear below the line." 1>&2
 echo "-----------------------------------------------------------" 1>&2
 
 echo "Test Invalid: Should not print anything"
@@ -35,4 +36,4 @@ echo "Test Invalid: Should not print anything"
 pamexec "false" ${combined_pbm}
 pamexec "pamfile | false" ${combined_pbm}
 
-rm ${combined_pbm}
\ No newline at end of file
+rm ${combined_pbm}