Remove unnecessary odf files from t-lookup.sh
authorRachita Kothiyal <rachita@vm2.fsl.cs.sunysb.edu>
Mon, 15 Oct 2007 19:12:11 +0000 (15:12 -0400)
committerRachita Kothiyal <rachita@vm2.fsl.cs.sunysb.edu>
Mon, 15 Oct 2007 19:12:11 +0000 (15:12 -0400)
t-lookup.sh

index 7e202794ebf63a18e0d8aa47c7f476cae83235af..4a86356a9e8489b4b81e6a10466c5e14a20d9bb1 100755 (executable)
@@ -34,20 +34,8 @@ w $LOWER_DIR1 c
 FILES
 }
 
-function odf_afterfiles {
-cat <<FILES
-d $ODF_DIR/ns
-f $ODF_DIR/ns/a
-d $ODF_DIR/ns/b
-w $ODF_DIR/ns/c
-FILES
-}
-
-
 init_odf $TOP_LOWER_DIR/b?
-
 ( files ; beforefiles ) | create_hierarchy
-
 mount_union "" $TOP_LOWER_DIR/b?
 
 checktype $MOUNTPOINT/a 'f'
@@ -55,9 +43,7 @@ checktype $MOUNTPOINT/b 'd'
 checktype $MOUNTPOINT/c '-'
 
 unmount_union
-
 ( files ; beforefiles ) | check_hierarchy $TOP_LOWER_DIR/b? $ODF_DIR
-
 discard_odf
 
 complete_test