From 47db24368d4191df91c80ad9ed60a62fa26922b5 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Tue, 10 Apr 2018 10:54:22 -0400 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1