From 135c2ff6adfb45402d17481f8fbf81fb418e08c7 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 12 Jan 2005 13:52:15 +0000 Subject: [PATCH] Use test dir for XFS runs, not localhost /tmp dir. Merge of master-melb:xfs-cmds:21093a by kenmcd. --- 100 | 1 + 1 file changed, 1 insertion(+) diff --git a/100 b/100 index 0b7787fa..b8ffbdbf 100755 --- a/100 +++ b/100 @@ -51,6 +51,7 @@ _supported_os IRIX Linux # Use _populate_fs() in common.rc to create a directory structure. TEMP_DIR=/tmp +[ "$FSTYP" == "xfs" ] && TEMP_DIR=$TEST_DIR TAR_FILE=temp.tar NDIRS=3 NFILES=6 -- 2.47.3