common: use a relative path to fsstress

All commands run as $qa_user should use a relative path so that
missing access permissions on $HOME for root don't prevent running
it.  This fixes common/233 for me.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
hch@infradead.org
2014-05-13 15:28:37 +10:00
committed by Dave Chinner
parent c141570bce
commit 7f82a5f699
+1 -1
View File
@@ -134,7 +134,7 @@ export MOUNT_PROG="`set_prog_path mount`"
export UMOUNT_PROG="`set_prog_path umount`" export UMOUNT_PROG="`set_prog_path umount`"
[ "$UMOUNT_PROG" = "" ] && _fatal "umount not found" [ "$UMOUNT_PROG" = "" ] && _fatal "umount not found"
export FSSTRESS_PROG="`set_prog_path fsstress $PWD/ltp/fsstress`" export FSSTRESS_PROG="./ltp/fsstress"
[ "$FSSTRESS_PROG" = "" ] && _fatal "fsstress not found" [ "$FSSTRESS_PROG" = "" ] && _fatal "fsstress not found"
export PERL_PROG="`set_prog_path perl`" export PERL_PROG="`set_prog_path perl`"