From 9258edde9729ab59b984e01dadd9c8d80d148388 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 4 Jun 2012 11:39:38 -0600 Subject: [PATCH 1/1] LU-80 tests: make lfs_migrate script executable When running sanity.sh test_56w from the build tree, the test fails because lfs_migrate does not have execute permission set. Set the execute permissions on this script in the build tree. Signed-off-by: Andreas Dilger Change-Id: I4af5d7ff4b41353d2e73937292020505ef8de0d9 Reviewed-on: http://review.whamcloud.com/3020 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- lustre/scripts/lfs_migrate | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 lustre/scripts/lfs_migrate diff --git a/lustre/scripts/lfs_migrate b/lustre/scripts/lfs_migrate old mode 100644 new mode 100755 -- 1.8.3.1