Revert "xfstests: fix to build src/realpath and the correct the existence of target devices"

This reverts commit b03c662399 which overrode
the 0a818862bb xfstests: 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:
Rich Johnston
2012-11-28 08:46:39 -06:00
parent 9323f95f96
commit 024b1c0a71
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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 \