mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Revert "xfstests: fix to build src/realpath and the correct the existence of target devices"
This reverts commitb03c662399which overrode the0a818862bbxfstests: support post-udev device mapper node. Signed-off-by: Rich Johnston <rjohnston@sgi.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
+2
-2
@@ -221,11 +221,11 @@ else
|
||||
fi
|
||||
|
||||
# Scripts just don't deal well with symlinked devices
|
||||
if [ -L "$TEST_DEV" ]; then
|
||||
if [ -L $TEST_DEV ]; then
|
||||
TEST_DEV=`src/realpath $TEST_DEV`
|
||||
fi
|
||||
|
||||
if [ -L "$SCRATCH_DEV" ]; then
|
||||
if [ -L $SCRATCH_DEV ]; then
|
||||
SCRATCH_DEV=`src/realpath $SCRATCH_DEV`
|
||||
fi
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \
|
||||
devzero feature alloc fault fstest t_access_root \
|
||||
godown resvtest writemod makeextents itrash rename \
|
||||
multi_open_unlink dmiperf unwritten_sync genhashnames t_holes \
|
||||
t_mmap_writev realpath
|
||||
t_mmap_writev
|
||||
|
||||
LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
|
||||
preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest \
|
||||
|
||||
Reference in New Issue
Block a user