Whamcloud - gitweb
Branch b1_8_gate
authoradilger <adilger>
Sun, 24 Aug 2008 21:36:28 +0000 (21:36 +0000)
committeradilger <adilger>
Sun, 24 Aug 2008 21:36:28 +0000 (21:36 +0000)
Another typo

lustre/tests/sanity.sh

index 18f757a..f8405a6 100644 (file)
@@ -3702,7 +3702,7 @@ test_101b() {
        local FILE_LENGTH=$((STRIPE_SIZE*100))
        local ITERATION=$((FILE_LENGTH/STRIDE_SIZE))
        # prepare the read-ahead file
-       setup_test101b
+       setup_101b
        cancel_lru_locks osc 
        for BIDX in 2 4 8 16 32 64 128 256; do
                local BSIZE=$((BIDX*4096))
@@ -3715,7 +3715,7 @@ test_101b() {
                cancel_lru_locks osc
                ra_check_101b $BSIZE
        done
-       cleanup_test101b
+       cleanup_101b
        true
 }
 run_test 101b "check stride-io mode read-ahead ================="