Am 17.05.2018 um 18:52 hat Kevin Wolf geschrieben: > NFS paths were only partially filtered in _filter_img_create, _img_info > and _filter_img_info, resulting in "nfs://127.0.0.1TEST_DIR/t.IMGFMT". > This adds another replacement to the sed calls that matches $TEST_IMG as > a whole. > > Signed-off-by: Kevin Wolf <kw...@redhat.com>
Self-NACK, this replaces a bit too much... (Some places in the test scripts override $TEST_IMG, but not $TEST_IMG_FILE). Maybe we need to introduce some $TEST_DIR_REMOTE (any suggestions for a better name?) that would contain "nfs://127.0.0.1$TEST_DIR" and can be used in the filter function. Kevin