|
=== Testing a patch 0 Verify that the patch installs with patchadd: patchadd <patchid> 0 Verify that the the patch is listed correctly by showrev : showrev -p | grep <patchid> 0 Verify that the patch can be backed out with patchrm and that modified files return to their pre-patched state: patchrm <patchid> |
Testing a patch# Verify that the patch installs with patchadd: patchadd <patchid> # Verify that the the patch is listed correctly by showrev : showrev -p | grep <patchid> # Verify that the patch can be backed out with patchrm and that modified files return to their pre-patched state: patchrm <patchid> |