80 columns

This commit is contained in:
Bob Lantz
2018-07-25 19:44:45 -07:00
parent af4921adc5
commit 1a134cb4d2
+1 -1
View File
@@ -59,7 +59,7 @@ class testBareSSHD( unittest.TestCase ):
def tearDown( self ): def tearDown( self ):
# kill the ssh process # kill the ssh process
sh( "ps aux | grep 'ssh.*Banner' | awk '{ print $2 }' | xargs kill" ) sh( "ps aux | grep ssh |grep Banner| awk '{ print $2 }' | xargs kill" )
cleanup() cleanup()
# remove public key pair # remove public key pair
sh( 'rm -rf /tmp/ssh' ) sh( 'rm -rf /tmp/ssh' )