Exemple #1
0
 def testDoBin(self):
     self.init()
     try:
         dobin("does-not-exist", 1)
         xexists_in_D("does-not-exist")
         xexists_in_D("/bin/does-not-exist")
         xexists_in_D("/usr/bin/does-not-exist")
     finally:
         self.cleanup()
	def testDoBin(self):
		self.init()
		try:
			dobin("does-not-exist", 1)
			xexists_in_D("does-not-exist")
			xexists_in_D("/bin/does-not-exist")
			xexists_in_D("/usr/bin/does-not-exist")
		finally:
			self.cleanup()
	def testDoBin(self):
		dobin("does-not-exist", 1)
		xexists_in_D("does-not-exist")
		xexists_in_D("/bin/does-not-exist")
		xexists_in_D("/usr/bin/does-not-exist")
Exemple #4
0
 def testDoBin(self):
     dobin("does-not-exist", 1)
     xexists_in_D("does-not-exist")
     xexists_in_D("/bin/does-not-exist")
     xexists_in_D("/usr/bin/does-not-exist")