blob: 442c397c148cb2ef471780a099face00e3837c03 [file] [log] [blame]
mblighc6b01ed2006-10-13 17:03:26 +00001#!/usr/bin/python
mblighb8dd48c2006-04-22 19:13:15 +00002import sys, os, os.path
mblighbd0bdc22006-10-15 22:40:58 +00003
4autodir = os.environ['AUTODIR']
5sys.path.insert(0, autodir + '/bin')
mblighb8dd48c2006-04-22 19:13:15 +00006from autotest_utils import *
7
8os.chdir('/tmp')
mblighbd0bdc22006-10-15 22:40:58 +00009extract_tarball_to_dir(autodir + '/tests/bonnie/bonnie++-1.03a.tgz', 'poo')
mblighb8dd48c2006-04-22 19:13:15 +000010