mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
The test device is now used as a nfs filesystem.
Merge of master-melb:xfs-cmds:26462a by kenmcd. modified this test to run on xfs only.
This commit is contained in:
+11
-1
@@ -1,6 +1,6 @@
|
||||
##/bin/sh
|
||||
#
|
||||
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||
# Copyright (c) 2000-2003,2006 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
# setup and check for config parameters, and in particular
|
||||
#
|
||||
@@ -160,6 +160,16 @@ known_hosts()
|
||||
#RMT_IRIXTAPE_DEV=snort:/dev/tape
|
||||
#RMT_TAPE_USER=guest
|
||||
;;
|
||||
break)
|
||||
MODULAR=1
|
||||
EMAIL="nathans@larry"
|
||||
SCRATCH_MNT=/mnt/scratch
|
||||
#SCRATCH_DEV=/dev/sda6
|
||||
SCRATCH_DEV=budgie:/mnt/scratch
|
||||
TEST_DIR=/mnt/test
|
||||
#TEST_DEV=/dev/sda5
|
||||
TEST_DEV=budgie:/mnt/test
|
||||
;;
|
||||
bruce)
|
||||
MODULAR=0
|
||||
EMAIL="nathans@larry"
|
||||
|
||||
Reference in New Issue
Block a user