From: Rich Johnston Date: Wed, 28 Nov 2012 14:46:39 +0000 (-0600) Subject: Revert "xfstests: fix to build src/realpath and the correct the existence of target... X-Git-Tag: v2022.05.01~3561 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=024b1c0a71cb6f321d7d29bc3061c68fff86cf77;p=xfstests-dev.git Revert "xfstests: fix to build src/realpath and the correct the existence of target devices" This reverts commit b03c662399956609934ff063e9064e15dc7459ac which overrode the 0a818862bb74932e15971ec8bedb55765ec3a3f6 xfstests: support post-udev device mapper node. Signed-off-by: Rich Johnston Reviewed-by: Rich Johnston --- diff --git a/common.config b/common.config index 3240ee92..585b1505 100644 --- a/common.config +++ b/common.config @@ -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 diff --git a/src/Makefile b/src/Makefile index 9f7281dc..f7362a25 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \