X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fllechocleanup.sh;h=22d7550f2b07d0a20b18584d515140be4d93bcea;hb=e01b6222c382775b30059ff2b9031a82fe7c5f9e;hp=2d63fa99187db844c3d04c44b9a140aadd115aa6;hpb=ccb42f2458669aaac84a661091b05a59bb781197;p=fs%2Flustre-release.git diff --git a/lustre/tests/llechocleanup.sh b/lustre/tests/llechocleanup.sh index 2d63fa9..22d7550 100755 --- a/lustre/tests/llechocleanup.sh +++ b/lustre/tests/llechocleanup.sh @@ -5,11 +5,11 @@ NAME=${NAME:-echo} TMP=${TMP:-/tmp} config=$NAME.xml -mkconfig=./$NAME.sh +mkconfig=$NAME.sh if [ ! -f $config ]; then sh $mkconfig $config || exit 1 fi -${LCONF} --cleanup echo.xml +${LCONF} --cleanup $NAME.xml