]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/rc: use proper temporary file path in _repair_test_fs()
authorDavid Sterba <dsterba@suse.com>
Tue, 19 Mar 2024 18:12:07 +0000 (19:12 +0100)
committerAnand Jain <anand.jain@oracle.com>
Sun, 24 Mar 2024 05:32:00 +0000 (13:32 +0800)
commitac004a25238cc0da321cf3496fc0215a446e7284
treef1957d69287479a30ab1bd7e28e72a86e448aa3b
parentaf82dc0ed2039df3116be239d95b0b17eea6a859
common/rc: use proper temporary file path in _repair_test_fs()

The path /tmp.repair would be on the system root that could not be
writable, the temporary files are available at $tmp .

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
common/rc