]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fstests: don't use directory stacks
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 23:02:01 +0000 (10:02 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:15:27 +0000 (22:15 +0800)
commit32e14cb90b88701d31d5a4c6f51b97b832e03b6a
treea16f3b447abcceb2f790f560a546c906528653ac
parentc1bde1c24044ebde0584cb566e7483beda4ca81c
fstests: don't use directory stacks

Using bash directory stacking (pushd, popd, etc) seems to be
somewhat unreliable. I've been seeing occasional random failures
from both pushd and popd commands that cause the test to fail, and
there does not appear to be any reason for the failures occurring.

Rather than wasting time chasing ghosts, just get rid of the
directory stacking altogether.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/099
tests/generic/109
tests/generic/135
tests/generic/707