From: Ben Evans Date: Tue, 10 Apr 2018 14:54:22 +0000 (-0400) Subject: LU-4939 tests: fix typo in sanity.sh X-Git-Tag: 2.11.51~15 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=47db24368d4191df91c80ad9ed60a62fa26922b5 LU-4939 tests: fix typo in sanity.sh 4939 got merged with a typo at the top of sanity.sh Signed-off-by: Ben Evans Change-Id: Id9d407cb9ea2e3952f3ac02f5d675e381c66ade7 Reviewed-on: https://review.whamcloud.com/31931 Reviewed-by: Dmitry Eremin Reviewed-by: Elena Gryaznova Reviewed-by: James Simmons Reviewed-by: Oleg Drokin Tested-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c537772..2804dc8 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1,4 +1,4 @@ -d#!/bin/bash +#!/bin/bash # -*- tab-width: 8; indent-tabs-mode: t; -*- # # Run select tests by setting ONLY, or as arguments to the script.