]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/233: use relative path to invoke fsstress
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Apr 2025 04:51:12 +0000 (06:51 +0200)
committerZorro Lang <zlang@kernel.org>
Sat, 26 Apr 2025 12:53:52 +0000 (20:53 +0800)
commit1f5cccd39e762660af8ccde4155897ba615857fd
treee0cfc3d7e2cc03458ea35d82802db3ee5ffd4986
parentb3e7ac4c5ec141ccfd29a87a6eedbe240af9955d
generic/233: use relative path to invoke fsstress

This test uses su to run fsstress as $qa_user.  Because the shell calling
fsstress is run as $qa_user it might not be able to access the xfstests
or parent directory which might only be accessible to the user xfstests
is run as (e.g. root).  Switch back to calling fsstress using a relative
path, partially reverting the effects of commit c475ff6ff6d7
("common/config: add $here to FSSTRESS_PROG").

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/233