commit | 70e473f83df852e27bc1a2f6bedb3e1de86669b1 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Jun 10 18:08:42 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 23 08:45:03 2021 -0400 |
tree | aa741bbc7cb8e0208b7e21c870fdc39f9ca99ae6 | |
parent | 3c1a880f4965e08720ad1f4b5d76ccb67382020d [diff] |
test: Include /sbin to the PATH when creating file system On some distributions the mkfs is under /sbin and /sbin is not set for mere users. Include /sbin to the PATH when creating file system, so that users won't get a scary traceback from Python. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>