test/test-functions: add mkdir to import_initdir
authorDan Streetman <ddstreet@canonical.com>
Sat, 17 Aug 2019 16:24:00 +0000 (12:24 -0400)
committerDan Streetman <ddstreet@canonical.com>
Sat, 17 Aug 2019 16:29:15 +0000 (12:29 -0400)
commit8c03df36fe62372222cb7d9ca8f02c894f217413
treeb61d08a11ce12e9d775c186dfec24ba11c29918e
parent0036ce06cbc2228db94b053a5d78a35e3e1f1ac4
test/test-functions: add mkdir to import_initdir

This dir is created by create_empty_image_rootdir, as well as indirectly
by some other functions, but it should be created by import_initdir so
the newly-exported $initdir exists and can be used immediately without
relying on other functions to create it.
test/test-functions