Whamcloud - gitweb
LU-3787 test: Missing "$" on variable 03/7403/2
authorJames Nunez <james.a.nunez@intel.com>
Tue, 20 Aug 2013 21:21:49 +0000 (15:21 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 3 Sep 2013 05:53:44 +0000 (05:53 +0000)
commit5375158bf772812b70369701b428acfc9e0ba32b
treeda08e63d893102f2552ff9c605ba2247d704fbd9
parent7b28134cbb00365f6fd6996979986408edab721e
LU-3787 test: Missing "$" on variable

In test 90 of replay-single, the argument of
getstripe is $dir/file when it really should be
$dir/$file. Getstripe fails since "file" does
not exist.

The patch adds the "$" to the argument of getstripe.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I253c358d2912b57b54024f02a0a1ca54094369a7
Reviewed-on: http://review.whamcloud.com/7403
Tested-by: Hudson
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/replay-single.sh