Whamcloud - gitweb
Branch b1_8
authoradilger <adilger>
Thu, 2 Apr 2009 04:15:00 +0000 (04:15 +0000)
committeradilger <adilger>
Thu, 2 Apr 2009 04:15:00 +0000 (04:15 +0000)
Quiet unused "path" variable warning.

lustre/liblustre/tests/replay_single.c

index 2a4d4e8..e6f9697 100644 (file)
@@ -111,9 +111,10 @@ void t0()
 {
         char *path="/mnt/lustre/f0";
         ENTRY("empty replay");
+
         replay_barrier();
         mds_failover();
-        t_check_stat_fail("/mnt/lustre/f0");
+        t_check_stat_fail(path);
         LEAVE();
 }