From: Brian Foster Date: Mon, 17 Sep 2012 15:15:35 +0000 (-0400) Subject: xfstests: fix TEST_MNT typos (should be TEST_DIR) X-Git-Tag: v2022.05.01~3591 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ca940b70b08e8011ad19032c3f84d3692b38bd8;p=users%2Fhch%2Fxfstests-dev.git xfstests: fix TEST_MNT typos (should be TEST_DIR) We mistakenly use TEST_MNT in tests 222 and 253, which is undefined. Replace these two instances with TEST_DIR. Signed-off-by: Brian Foster Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/222 b/222 index a65c845b5..df2672fdd 100755 --- a/222 +++ b/222 @@ -51,7 +51,7 @@ _supported_os Linux [ "$XFS_FSR_PROG" = "" ] && _notrun "xfs_fsr not found" -xfs_fsr -d -v $TEST_MNT > $seq.full 2>&1 +xfs_fsr -d -v $TEST_DIR > $seq.full 2>&1 echo "--- silence is golden ---" status=0 ; exit diff --git a/253 b/253 index d8c94a234..4d0b4c2b9 100755 --- a/253 +++ b/253 @@ -59,7 +59,7 @@ _require_scratch # real QA test starts here OUTPUT_DIR="${SCRATCH_MNT}/test_${seq}" -METADUMP_FILE="${TEST_MNT}/${seq}_metadump" +METADUMP_FILE="${TEST_DIR}/${seq}_metadump" ORPHANAGE="lost+found" _supported_fs xfs