From 586ed40547a380b9f8bd58aa87c12fbaf6eabf65 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 9 Aug 2005 04:25:27 +0000 Subject: Support fixing of byte-swapped superblocks. Good for moving between little-endian and big-endian. Still needs documentation. Signed-off-by: Neil Brown --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index ea1851c..3e79909 100644 --- a/test +++ b/test @@ -28,7 +28,7 @@ export md0=/dev/md0 md1=/dev/md1 md2=/dev/md2 # We test mdadm on loop-back block devices. # dir for storing files should be settable by command line maybe targetdir=/tmp -export targetdir +export targetdir dir size=20000 mdsize0=19904 mdsize1=19992 -- cgit